Showing posts with label Powershell. Show all posts
Showing posts with label Powershell. Show all posts

Monday, June 13, 2011

How to use Sharepoint Cmdlets in powershell

To use the powershell commandlets in sharepoint 2010 one needs to add the ps snapin  Microsoft.SharePoint.PowerShell which can be done using the following command on windows powershell


Add-PSSnapin Microsoft.SharePoint.PowerShell.

Njoi 
~Abhishek