The following are parameters for the -cmd BackupStorage command
Using this command you can run backup storage.
| -snapshot | specify this parameter if you want to create a new snapshot of an existing backup. | 
Example:
Essentials -cmd backupStorage -snapshot -log 'output.xml' -noSplash
The following are scripts used to run Hyper Mode Migrations through command-line.
| Hyper Migration Type | Commands | 
|---|---|
| Any Hyper Migration | -newguid [guid] 
 -policy OVERWRITE 
 -policy DELTA. | 
| Office 365 Groups to Office 365 Groups | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> | 
| OneDrive to OneDrive | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> | 
| SharePoint Online to SharePoint Online | -sourceurl <sourceContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sharepointTurboContext"> <siteUrl>URL</siteUrl> 
 <urlMapping> <entry> <key>URL</key> 
 -targeturl <targetContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sharepointTurboContext"> <siteUrl>URL</siteUrl> 
 <urlMapping> <entry> <value>URL</value> | 
| Google Drive to Office 365 Groups | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> | 
| Google Drive to OneDrive | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> | 
| Google Drive to Microsoft Teams | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> 
 -targetLocation Lib title <targetLocation>Lib title</targetLocation> 
 -targetFolderPath Folder title <targetFolderPath>Folder title</targetFolderPath> | 
| FileShare to SharePoint Online | -sourcelocation path <sourceLocation>path</sourceLocation> 
 -targetlocation Lib title <targetLocation>Lib title</targetLocation> | 
| FileShare to Office 365 Groups | -sourcelocation path <sourceLocation>path</sourceLocation> 
 -targetuser account <targetUser>account</targetUser> | 
| FileShare to OneDrive | -sourcelocation path <sourceLocation>path</sourceLocation> 
 -targetuser account <targetUser>account</targetUser> | 
| FileShare to Microsoft Teams | -sourcelocation path <sourceLocation>path</sourceLocation> 
 -targetuser account <targetUser>account</targetUser> 
 -targetlocation Lib title <targetLocation>Lib title</targetLocation> 
 -targetfolderpath Folder title <targetFolderPath>Folder title</targetFolderPath> | 
| Box to SharePoint Online | -sourceuser account <sourceUser>account</sourceUser> 
 -sourcelocation folder title <sourceLocation>Folder title</sourceLocation> 
 -targetlocation Lib title targetLocation>Lib title</targetLocation> | 
| Box to Office 365 Groups | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> | 
| Box to OneDrive | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> | 
| Box to Microsoft Teams | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> 
 -targetlocation Lib title <targetLocation>Lib title</targetLocation> 
 -targetfolderpath Folder title <targetFolderPath>Folder title</targetFolderPath> | 
| Dropbox to Office 365 Group | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> | 
| Dropbox to OneDrive | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> | 
| Dropbox to Microsoft Teams | -sourceuser account <sourceUser>account</sourceUser> 
 -targetuser account <targetUser>account</targetUser> 
 -targetlocation Lib title <targetLocation>Lib title</targetLocation> 
 -targetfolderpath Folder title <targetFolderPath>Folder title</targetFolderPath> | 
Example:
essentialscmd -cmd runJob -guid a3d0f62e-653e-473b-a812-bec961712812 -related -clear -sourceuser account -targetuser account
-targetlocation Lib title -targetfolderpath Folder title -sourcelocation path -sourceurl URl -targeturl URL
The following are parameters for the -cmd Cloud command
| auth | authenticates to cloud service and stores the credentials file. | 
| createJob | creates a job in the cloud | 
| deleteJob | deletes a job from the cloud | 
| listJobs | lists cloud jobs | 
| runJob | runs the job | 
| jobHistory | lists job history records and artifacts access key | 
| listArtifacts | lists artifacts using artifacts access key | 
| getArtifact | downloads artifact and prints to standard output or saves to filesystem | 
| listWorkers | lists worker instances. | 
Example:
Essentials -cloud auth
The following are parameters for the auth command
| -noBrowser | do not user internal browser, print URL to console and ask user to open browser and enter code back to the application. | 
Example:
Essentials -cloud auth -noBrowser