The hcmds64unlockaccount command unlocks a user account. Use this command when all the user accounts are locked and the users cannot log in to Ops Center Automator.
The syntax is:
hcmds64unlockaccount [/user user-ID]
Note: You are prompted to enter the password in interactive mode.
where:
- /user specifies the user ID of the user account that you want to unlock. You must specify the user ID with User Management permission.
Remarks
- Only a user account with User Management permission can unlock user accounts by using the hcmds64unlockaccount command.
- If the user name specified in the options includes characters, &, |, or ^, enclose the character with double quotation marks (") or escape the character with a caret (^). For example, in Windows, if the user ID is ^a^b^c^, the command can be written as:
hcmds64unlockaccount /user "^"a"^"b"^"c"^"
or
hcmds64unlockaccount /user ^^a^^b^^c^^