Search This Blog

Friday, January 25, 2013

List All SharePoint 2010 PowerShell Commands

List All SharePoint 2010 PowerShell Commands

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

 
If you would like a little more detail, then try this one:

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

No comments:

Post a Comment