Mass Deployment Tool User's Guide

22
1
The “Device identifier” option can only run on a single device, while the “--profile” option can run on multiple
devices, or a single device.
The results appear as follows:
- If execution is successful: “Result: Success”
- If executions fails: “Error and error details”
If a solution is not supported, the activation status reads “LsSolutionNotSupported”.
4.2.2 Device Identifiers
Device identifiers specify the device you want to send the commands to.
listfilter Either “Device identifier” or
“profile” is required.
1
Device identifier
profile
Required:
result
Optional:
profilepassword
csvdelim
Available in both, if needed:
networksettingpath
communitynameset
communitynameget
Allows you to display the registered filter names for the
specified device.
Example:
settingcmd.exe listfilter --ip IP_address --
networksettingpath (network communications settings
file name)
settingcmd.exe listfilter --profile
your_profile_name.csv --networksettingpath
(network communications settings file name)
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
Device Identifier Description
--ip address The IP address of the target device (Network-connected devices only).
--mac address The MAC address of the target device (Network-connected devices only).
--node name The node name of the target device (Network-connected devices only).
--usb Specifying a USB-connected device (Multiple USB-connected devices not supported).
--model name The model name of the target device (USB-connected devices only).
--serial number The serial number of the target device (Network-connected devices only).
Command Option Description