Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

importhttps://docs.empowerid.com/docs.css

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

...

  1. 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.

    Image Added

  3. Click OK to close the Operation Execution Summary.

...

  1. Image Added

...

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.

    Code Block
    languagepowershell
    $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.

...

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue