The following are parameters for the CreateJob command
| -cmd | corresponding parameters expected to create cloud job | 
| -token | token string for accessing cloud service | 
| -tokenFile | credentials file for accessing cloud service | 
Example:
Essentials -cloud createJob -tokenFile C:\user.token.json -cmd spContentReport -srcuser user@domain.com -srcpass password -srcsite http://sharepointsite.com/sites/test -license 12345678-1234-5678-1234-123456789012
The following are parameters for the DeleteJob command
| -jobID | Job id to delete | 
| -token | token string for accessing cloud service | 
| -tokenFile | credentials file for accessing cloud service | 
Example:
Essentials -cloud deleteJob -tokenFile C:\user.token.json -jobId 8a59acc64e452920014e453947920000
The following are parameters for the ListJobs command
| -token | token string for accessing cloud service | 
| -tokenFile | credentials file for accessing cloud service | 
| -out | save downloaded data into file | 
| -format | output format when listing table data | 
Example:
Essentials -cloud listJobs -tokenFile C:\user.token.json -format csv -out jobs.csv
The following are parameters for the RunJob command
| -jobID | job ID | 
| -token | token string for accessing cloud service | 
| -tokenFile | credentials file for accessing cloud service | 
Example:
Essentials -cloud runJob -tokenFile C:\user.token.json -jobId 8a59acc64e452920014e453947920000