uefipassword command
Use the uefipassword command to set or change the power-on and administrator passwords.
uefipassword command syntax
OneCli.exe [misc] uefipassword < --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 uefipassword command
OneCli.exe misc uefipassword --admin --newpwd Passw0rd123% --bmc USERID:PASSW0RD@xx.xx.xx.xx
Give documentation feedback