multiuefipassword command
Use the multiuefipassword command to set or change the power-on and administrator passwords for the multiple servers.
multiuefipassword command syntax
OneCli.exe [misc] multiuefipassword < --configfile <arg>> < --admin -oldpwd<arg> --newpwd<arg>> [options]
Parameter | Required/Optional | Notes |
---|---|---|
--admin | Optional | Set or change the administrator password. |
--force | Optional | Force to execute the command without user interaction. |
--newpwd | Optional | Specify the new password, If this parameter is not specified, the default value is empty and the old password will be deleted. |
--oldpwd | Optional | Specify the old password, If this parameter is not specified, the default value is empty and a new password will be added. |
--poweron | Optional | Set or change the power-on password. |
--quiet, -q | Optional | This parameter answers |
| Optional | Refer to Table 2. |
Example of the multiuefipassword command
OneCli.exe misc multiuefipassword --admin --newpwd Passw0rd123% --configfile xxxx/xxxx
Give documentation feedback