The following are parameters for the -cmd spContentReport command
Using this command you can generate a Site Content Inventory Report
| -csvFile | specifies the CSV file and path to where you want to save this report | 
| -includesubsites | specifies whether you want to include site and sub sites | 
| -summaryOnly | specifies whether you want to generate the report with only summarized list data | 
| -includeMetadata | specifies whether you want to include custom metadata | 
| -includeVersions | specifies whether you want to include item versions | 
| -includeVersionsNumber | specifies whether you want to include the number of versions per item | 
| -srcsite | specifies the site or site collection from which the report will be generated | 
| -srclist | specifies the name of the list from which the report will be generated | 
| -srcuser [name] | source site user name | 
| -srcepass [password] | source site user password | 
| -srcuseproxy | use proxy on source site | 
Example:
Essentials -cmd spContentReport -srcuser DOMAIN\user -srcepass passwd -srcsite "http://host/site" -csvFile "fs path" -includesubsites -includesubsites -includeMetadata -includeVersions -includeVersionsNumber -summaryOnly -noSplash
The following are parameters for the -cmd exportSiteUsersReport command
Using this command you can generate a Site Users Report
| -csvFile | specifies the CSV file and path to where you want to save this report | 
| -srcsite | specifies the site collection from which the report will be generated | 
| -srcuser [name] | source site username | 
| -srcepass [password] | source site user password | 
| -srcuseproxy | use proxy on source site | 
Example:
Essentials -cmd exportSiteUsersReport -srcuser DOMAIN\user -srcepass passwd -srcsite "http://host/site" -File "fs path" -noSplash
The following are parameters for the -cmd exportSiteTemplatesReport command
Using this command you can generate a Site Templates Report
| -csvFile | specifies the CSV file and path to where you want to save this report | 
| -srcsite | specifies the site collection from which the report will be generated | 
| -srcuser [name] | source site username | 
| -srcepass [password] | source site user password | 
| -srcuseproxy | use proxy on source site | 
Example:
Essentials -cmd exportSiteTempletesReport -srcuser DOMAIN\user -srcepass passwd -srcsite "http://dev.metavistech.com:8092/sites/dima5" -csvFile "fs path" -noSplash
The following are parameters for the -cmd userstoobject command
Using this command you can generate a "Users with permissions to Object" Report
| -csvFile | specifies the CSV file and path to where you want to save this report |