Due to the risk involved, The procedure must be done very carefully. It is good first to do some training on non operational domain .
To restore Active Directory DB from backup:
- Determine exactly the object name that needs to be restored (OU name).
- Reboot domain controller into authoritative restore mode.
- Restore the system state from last backup.
- Open a command window
- Run “ntdsutil”
- Type “authoritative restore”, press Enter
- To restore a subtree, type “restore subtree” and the entire object name of the subtree to be restored. For example, to restore the sub-OU “Test ou2″ located in the upper-level OU “Marketing”, use the following syntax, being careful to capitalize as necessary: Example “restore subtree OU= Test ou2,OU= Marketing,DC= your sub domain name ,DC=your domain name ,DC=com”
- Type “quit” to exit from authoritative restore mode
- Type “quit” to exit from ntdsutil
- Reboot into normal operating mode
Replicating Restored data to other Domain Controllers
So basically what we did , we loaded the appropriate subtree into the replication system.
and no we need to Replicate the AD as follows:
- Open the AD Sites & Services MMC
- Open a DC that is not the one that was just used to restore Active Directory Data
- Open NTDS Settings
- Right-click each of the other servers and click “Replicate Now”
Good luck
And remember if you have any way to avoid this procedure , please use the other way
Related Blogs
- Related Blogs on Active Directory
- History of Active Directory
- Whitepaper: VMware and VSS: Application Backup and Recovery




Thanks for the tip!
You can also restore active directory objects from backup with a tool called active administrator.
This way you even don’t need to reboot your domain controller into restore mode while keeping everything online.
You will be able to restore single objects, their passwords as well as security separately from objects.
Active administrator also inludes very powerful abilities for active directory auditing, active directory security and group policy management.