Additional STSADM commands

Post release of the SP2 for SharePoint there are additional operations available. Including brief details of the same.

 

  1. stsadm.exe -o enumallwebs -databasename <database name> [-databaseserver <database server name>]

Displays the IDs and site map status for all site collections and subsites in the content database.

 

More Details: https://technet.microsoft.com/en-us/library/dd793606.aspx

 

  1. stsadm -o exportipfsadminobjects -filename <path to file>

    Description: This command can be used to export InfoPath Forms Services Admin Objects.  This command will create a CAB file containing all the deployed objects.

  2. stsadm -o listqueryprocessoroptions -ssp <ssp name>

Description : Displays the current values of the SharePoint Search query processor settings.

 

More Details: https://technet.microsoft.com/en-us/library/dd789568.aspx

 

  1. stsadm.exe -o preupgradecheck [ -rulefiles <rule files delimited by comma or semicolon> ] [ -listrulefiles ] [ -localonly ]

    Description : Runs rules that are intended to assist administrators in preparing for upgrade from Windows SharePoint Services 3.0 and related products to future version of SharePoint and Technology products.

     

    More Details: https://technet.microsoft.com/en-us/library/dd793605.aspx

 

 

Additional information :