Versions Compared

Key

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


Home / Identity Administration / Computers / Current: Resetting Computer Passwords
Style
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.

To reset computer passwords

  1. From the Navigation Sidebar of the EmpowerID Web interface, expand Resources and click 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 Removed
    Image Added

To 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.
    Image Removed
    Image Added