Forgot Active Directory Restore Mode Password - W2K8 AD
Query King | Sun, 25 Jun 2017 at 21:29 hours | Replies : 2 | Points : 50
Category : Active Directory
Hi Experts,
Please suggest how to reset/recover Active Directory Restore Mode password. My AD is running on Windows Server 2008 R2.
This Question is already solved Click To See The Answer
Hi Query King,
Login to any Domain Controller and follow the below Steps:
Go to Run, Type CMD and press Enter, In Command Prompt and Type
ntdsutil
set dsrm password
Now you have two options,
1. If you want to reset DSRM password for Remote Server (XADC01) then Type
reset password on server XADC01
2. If you want to reset DSRM password for Local Server (on which you logged in) then Type
reset password on server null
Type the New and Confirm new DSRM password and press Enter.
You will get message of password change "Password has been set successfully."
Now Type quit twice to get Exist from DSRM mode and ntdsutil mode.
Hope it helps you.
Hi Santosh,
Thanks for detailed steps. It worked.