Mass Deployment Tool User's Guide

21
applyup Required:
profile
result
Optional:
networksettingpath
dkeypassword
dkeyfile
log
communitynameset
communitynameget
profilepassword
csvdelim
Allows you to register the target devices specified using
a deployment profile for Microsoft Universal Print. When you
set Microsoft Universal Print registration, the device
connects to the Microsoft Azure Portal and registers itself for
Microsoft Universal Print. The deployment profile must
contain the path to the ETKN file and its password.
Only ETKN files are supported.
For more information about creating the ETKN file, see
4.2.6 Create the ETKN File.
After registration, assign the printer permissions and share
the printer in Azure Active Directory (Azure AD).
You can
also use the Azure API commands to assign printer
permissions and share the printers. Firmware Application ID
must be allowed once per tenant in Azure AD. For more
information, see Microsoft’s website.
Example:
settingcmd.exe applyup --profile your
profile_name.csv --result your_filename.csv
--csvdelim semicolon
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
confirmup Required:
profile
result
Optional:
networksettingpath
log
communitynameset
communitynameget
profilepassword
csvdelim
Allows you to confirm the Microsoft Universal Print
registration status for each device using the
deployment profile.
Example:
settingcmd.exe confirmup --profile your
profile_name.csv --result your_filename.csv
--csvdelim semicolon
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
dkeycreate Required:
output
devicepassword
dkeypassword
Optional:
edpkpassword
Creates a DKEY file that contains the device password and
the password for the package file (EDPK).
The DKEY file is encrypted with the DKEY password.
Example:
settingcmd.exe dkeycreate --devicepassword
initpass --edpkpassword your_password
--dkeypassword your_password --output
our_file_name.dkey
Command Option Description