Ever wondered how you can quickly generate an overview of the available Powershell commandlets for SharePoint 2010? Try the next command:
Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | select name, definition | format-list > C:\SP2010_PowerShell_Commands.txt
No comments:
Post a Comment