Wednesday, March 9, 2011

Windows PowerShell and SharePoint Commands

go to Windows Powershell located at

%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
you can also reach here from Accessories>WindowsPowershell

Type following command
add-pssnapin microsoft.sharepoint.powershell

you can verify by typing following command
get-command -noun sp*

this should return you thousands of commands available.

1 comment:

Shaheer said...

Tell me where is powershell example on this page ...