Skip to content

OpenManage

Reset Dell OpenManage Enterprise admin password

The default admin account on Dell OpenManage Enterprise is the only account that has the “Backup Administrator” role assigned to it and is needed to perform a migration from 3.x to 4.x. If the password is lost, the documentation states there is no way to recover it. If you log in with a regular Administrator account you cannot edit the admin account in the GUI. It is however possible to reset the Dell OpenManage Enterprise admin account password via the API. First, you’ll need to perform a GET request against the /api/AccountService/Accounts endpoint to find the ID of the admin account. The @odata.id field contains the full endpoint of the account. Yes, the URI is really in that weird format of /api/AccountService/Accounts(‘XXXXX’). You can make a PUT request against this endpoint and reset the password. I copied the entire body… Read More »Reset Dell OpenManage Enterprise admin password