
Resetting the Directory Services Restore Mode (DSRM) Password in Windows Server 2012 R2
Directory Services Mode (DSRM) password is created during the domain controller promotion process. During Active Directory Domain Services Installation Wizard, you were asked to provide a password for the DSRM administrator. This administrator account (Administrator) is separate from the domain administrator account. This account is used once you boot in DSRM.
If the DSRM password is forgotten, you can reset it by performing the following:
1. Log on to the domain controller with an account that is a member of the Domain Admins group.
2. Open a Command Prompt (Admin) and type ntdsutil and then press Enter.
3. At the Ntdsutil command prompt, type set dsrm password and press Enter.
4. At the Reset DSRM Administrator Password prompt, type reset password on server null (If resetting the DSRM password on local DC) and then press Enter. If resetting the DSRM password for another DC, type reset password on server servernamewhere servernameis the FQDN of the server for which you are resetting the password.
5. At the Please type password for DS Restore Mode Administrator Account, type the new password and press Enter.
6. You will now be prompted to confirm new password; type the same password and press Enter.
7. After you have done this correctly, ntdsutil will confirm that the password has been reset.
8. At the Reset DSRM Administrator Password prompt, type quit and press Enter.
9. At the ntdsutil prompt, type quit and press Enter.
10. Finally, you have now reset the DSRM Administrator’s password, which you can see in figure.
Summary:
I hope this article helps during resetting the DSRM Administrator password in Windows Servers ( 2003/2008/2012).
- Deploy and Configure VM Scale Sets (VMSS) in the Azure Portal - February 24, 2019
- Configuring an Availability Set with the Azure Load Balancer - February 9, 2019
- Creating and Connecting Linux Ubuntu VM in Azure - December 29, 2018
- My Precious IT Books Collections - March 1, 2018
- Configuring Azure Traffic Manager using Performance Based Routing Method - January 20, 2018
- Configuring a Point-to-Site Connection to a VNet using Azure Portal - November 28, 2017
- Configuring a VNet-to-VNet VPN Gateway Connection Using the Azure Portal - October 27, 2017
- Configuring Azure VNet Peering by using the Azure Portal - October 19, 2017
- Using the Azure Portal to Create Virtual Networks, Add Subnets and Setting up a DNS Server Address - October 17, 2017
- Extend Azure Virtual Machine OS drive using Azure Portal - June 30, 2017
Thanks!!!