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:
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
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
Great stuff again. Thanks for making time to write these articles. You will be my number one resource, Looking forward to more articles
ReplyDeletesharepoint 2013 administration certification