Reset Computer Passwords

EmpowerID allows you to manage the computer objects in your connected directories, including resetting the passwords on those computers. This topic demonstrates how to reset the passwords for computer accounts.

The EmpowerID workflow used to reset the passwords for computer accounts is the ResetPassword workflow. To run the workflow, users need to have the Initiator Access Level for it.

Reset computer passwords

  1. On the navbar, expand Privileged Access and select Computers.

  2. Search for the computer whose password you want to reset, click the record for that computer to select it, and then click the Reset Computer Password action link.

     

  3. Click OK to close the Operation Execution Summary.

     

Verify the password is reset

  1. On a server with the Active Directory PowerShell Module, run the below PowerShell cmdlet. Replace <YourComputerName> with the name of the computer for which you reset the password.

    $Name = "<YourComputerName>" Get-ADComputer -Filter {name -eq $Name} -Properties PasswordLastSet

     

  2. You should see that the timestamp for PasswordLastSet is the same as that in the EmpowerID audit log.