5.04.2012

SharePoint 2010 PowerShell Commands

Add Windows PowerShell snap-in
sp> Add-PSSnapin microsoft.sharepoint.powershell
Load SPListFunctions (download from here)
sp> . .\SPListFunctions.ps1
Return all Lists
sp> Get-SPLists -url http://usbtmp8375msdev:9342/
Return information on specific list
sp> Get-SPList -url http://usbtmp8375msdev:9342/NDAGenerator/ -title "NDA Contents"

No comments:

Post a Comment