Mass Deployment Tool User's Guide

15
The tool’s Command Line Interface (CLI) allows you to configure devices remotely using the Command Prompt.
The CLI automatically converts settings files to an appropriate format and sends them to the device you want.
It
then retrieves the settings data and verifies whether the settings have been applied correctly.
4.1 Use CLI in the Mass Deployment Tool
To use the tool’s CLI, you must run the Command Prompt in Windows, and then enter the correct commands and
options to execute specific instructions. The CLI uses the following syntax:
settingcmd.exe command option option
Where:
Command: performs a specific task and displays the result
Option: modifies the operation of a command
Examples
Applying settings files:
settingcmd.exe apply --ip IP_address --file your_file_name.json
--password your_password
Retrieving settings files:
settingcmd.exe retrieve --ip IP_address --file your_file_name.json
--output your_file_name.edpk --password your_password
Only English can be used in the Command Line Interface.
The Settingcmd.exe file is stored in the “SettingCommand” folder.
4 Command Line Interface (CLI)