Reset a Domain User's Password (Active Directory)
This guide covers how to rest a domain user's password.
Getting Started
Locating a Domain Controller/Active Directory
Most domain controllers have Active Directory on them, Active Directory is the tool/service that keeps the records for all your networks domain users. There are several ways to locate a domain controller.
Finding a Domain Controller
- Use an RMM - Your RRM (Kaseya, Datto RMM, Connectwise, Solarwinds etc...) will generally tell you somewhere which servers are domain controllers.
- Running a command on a server or workstation joined to the same domain.
set L
- Command Promptecho %logonserver%
- Command Prompt$env:logonserver
- PowerShellsysteminfo
- Command Prompt or PowerShell
Using RSAT (Remote Server Administration Tools)
As long as the device you're on can access the active directory domain you want to create the user on, you can install RSAT and use that to manage your domain/users. RSAT allows you to install server tools like Active Directory Users & Computers onto another Windows device. However, the tools only work if you're on the same network you're trying to manage.
Open Active Directory Users & Computers
Find the User Account
Using the Find Tool
Right click on your domain and select Find.
Enter the users name and click Find Now.
Now that you see the user object, you can right click and hit Reset Password.
Enter the user's new password and hit OK.
Finding the Record Directly
Enter the user's new password and hit OK.
Reset Password via PowerShell
This isn't covered in this guide but if you want more information on the topic use the link below.
Set-ADAccountPassword (ActiveDirectory) | Microsoft Docs