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
No comments:
Post a Comment