Users Guide

. 5: Dell Command | Update CLI 选项
CLI 选项
说明 语法 预期值
-encryptionKey
允许用户指定用于加密密码的加
密密钥。
: 提供的密钥必须至少包
含六个非空白字符并且包
含一个大写字母、一个小写
字母和一个数字。此外
值必须用双引号括起来。
dcu-cli /applyUpdates -
encryptedPassword="myEncrypte
dPassword" -
encryptionKey="myEncryptionKe
y"
dcu-cli /
generateEncryptedPassword -
encryptionKey="myEncryptionKe
y" -password="myPassword" -
outputPath=C:\Temp
<encryption key>
-encryptedPassword
允许用户将加密密码与用于生成
该密码的加密密钥一起传递。
: -encryptionKey 需要与此
选项一起指定。此外此值
必须用双引号括起来。
dcu-cli /applyUpdates -
encryptedPassword="myEncrypte
dPassword" -
encryptionKey="myEncryptionKe
y"
<encrypted password>
-
encryptedPasswordF
ile
允许用户通过文件传递加密密
码。
: -encryptionKey 需要
与此选项一起指定。
dcu-cli /applyUpdates -
encryptedPasswordFile=C:\Temp
\EncryptedPasswordFile.txt -
encryptionKey="myEncryptionKe
y"
扩展名为 .txt 的文件路径
-exportSettings
允许用户将应用程序设置导出到
指定的文件夹路径。
: 此选项不能与除 -
outputLog -silent 以外的
任何其他选项一起使用。
dcu-cli.exe /configure -
exportSettings=C:\Temp
文件夹路径
-importSettings
允许用户导入应用程序设置文
件。
: 此选项不能与除 -
outputLog -silent
外的任何其他选项一起使
用。
dcu-cli.exe /configure -
importSettings=C:\Temp\Settin
gs.xml
.xml 文件路径
-lockSettings
允许用户锁定用户界面中的所有
设置。
: 此选项不能与除 -
outputLog -silent
外的任何其他选项一起使
用。
dcu-cli.exe /configure -
lockSettings=enable
<enable|disable>
-outputLog
允许用户在给定的日志路径中记
录命令执行的状态和进度信息。
dcu-cli.exe /scan -
outputLog=C:\Temp\
\scanOutput.log
带有 .log 扩展名的文件路
-outputPath
允许用户指定将加密密码文件保
存到的文件夹路径。
dcu-cli.exe /
generateEncryptedPassword -
encryptionKey="myEncryptionKe
y" -password="myPassword" -
outputPath=C:\Temp
文件夹路径
-password
允许用户指定要加密的密码。
: encryptionKey 需要与此
选项一起指定。此外此值
必须用双引号括起来。
dcu-cli.exe /
generateEncryptedPassword -
encryptionKey="myEncryptionKe
y" -password="myPassword"
密码
20 Dell Command | Update 命令行界面