I was scouring Google for a CLI command to reset the password of HPE iLO 5 accounts but didn't get any proper response. UI solutions to reset the password or other tooling don't help me in this situation.
The HPE iLO 5 Scripting and Command Line Guide leaves some questions open. HPE apparently created 'Base commands'. In the 'User commands' section is an example to create a new account
create username=lname1 password=password
is it in this case possible to use set
in order to change the password?
set username=lname1 password=password02!