Thursday, November 3, 2011

Number All SharePoint 2010 PowerShell Commands


As a way to expert SharePoint 2010, you will have to get comfy using PowerShell (aka SharePoint 2010 Administration Shell). There are so many requires (or command-lets as they are called) that work together with SharePoint that it creates it nearly extremely hard to consider them all. Use this PowerShell control to result a number of all cmdlets that are discovered 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


SPONSORS:

No comments:

Post a Comment