Mass Deployment Tool User's Guide

18
activate Either “Device identifier”
or “profile” is required.
1
Device identifier
Required:
networksettingpath
activateresult
licensecode
Optional:
password
profile
Required:
networksettingpath
activateresult
Optional:
profilepassword
csvdelim
Available in both, if needed:
dkeypassword
dkeyfile
log
communitynameset
communitynameget
Allows you to activate a custom software solution for the
specified target device.
Example:
settingcmd.exe activate --ip IP_address
--networksettingpath (network communications
settings file name)
--licensecode your_license_code
--activateresult your_result_path
settingcmd.exe activate --profile
your_profile_name.csv --networksettingpath
(network communications settings file name)
--activateresult your_result_path
(m)setpassword
“msetpassword”
command must
use “profile”.
Either “Device identifier”
or “profile” is required.
1
Device identifier
Optional:
newpassword
profile
Required:
result
Optional:
profilepassword
csvdelim
Available in both, if needed:
networksettingpath
dkeypassword
dkeyfile
log
communitynameset
communitynameget
Allows you to change the administrator password from the
default login password to a different password.
Example:
settingcmd.exe setpassword --ip IP_address
--newpassword your_new_password
settingcmd.exe msetpassword --profile
your_profile_name.csv --result
your_filename.csv
Confirm the result for each device in the results file (CSV).
The results file contains all items in your deployment profile
along with the following items:
- Result
- Detail
- Start time
- Finish time
pack Required:
output
packfiles
Optional:
password
log
Creates a settings package file from JSON settings files and
their resource files. If you use the “—password” option, the
package file will be encrypted.
Example:
settingcmd.exe pack --packfiles
your_file_name.json
your_file_name.xml
your_file_name_2.xml
--output your_file_name.edpk
--password your_password
Command Option Description