List All SharePoint 2010 PowerShell Commands
If you would like a little more detail, then try this one:
Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | format-table name > C:\SP2010_PowerShell_Commands.txt
Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | select name, definition | format-list > C:\SP2010_PowerShell_Commands.txt
List All SharePoint 2010 PowerShell Commands
Note: You may also type gcm as the alias for Get-Command
List All SharePoint 2010 PowerShell Commands
Note: You may also type gcm as the alias for Get-Command
No comments:
Post a Comment