Friday, May 17, 2013

List All SharePoint 2010 PowerShell Commands


Use this PowerShell command to output a list of all cmdlets that are found within the SharePoint 2010 namespace:


PS C:\> Get-Command -PSSnapin "Microsoft.SharePoint.PowerShell" | select name, definition | format-list > C:\SP2010_PowerShell_Commands.txt

Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | select name, definition | format-list > C:\SP2010_PowerShell_Commands.txt

No comments:

Post a Comment