Wednesday, February 8, 2017

List of PowerShell Commands in SharePoint 2013

To get number of PowerShell Commands available in SharePoint 2013

Open SharePoint 2013 Management Shell.

Run the following Shell

(Get-Command -PSSnapin Microsoft.SharePoint.PowerShell).count

Result: 772

To get list of PowerShell Commands

Run the following Shell

Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | select name, definition | fl > C:\PowerShell_List-SharePoint2013.txt


List of PowerShell Commands in SharePoint 2013 Part 1  
List of PowerShell Commands in SharePoint 2013 Part 2  
List of PowerShell Commands in SharePoint 2013 Part 3 
List of PowerShell Commands in SharePoint 2013 Part 4  
List of PowerShell Commands in SharePoint 2013 Part 5  
List of PowerShell Commands in SharePoint 2013 Part 6  
List of PowerShell Commands in SharePoint 2013 Part 7 
List of PowerShell Commands in SharePoint 2013 Part 8  

 

                                 Download Complete List

 

Thank you very much

          Fahadullah Karimi

         SharePoint Specialist


SharePoint Content Database Size Report List of PowerShell Commands in SharePoint 2013 Part 1

No comments:

Post a Comment