How can I perform an authoritative restoration of Active Directory (AD) in Windows Server 2003?

A. To perform an authoritative restoration, you must first recover AD from a backup by performing the following steps:

  1. Restart the domain controller (DC) of interest.
  2. When you see the menu to select the OS, press F8.
  3. From the Windows Advanced Options Menu, select Directory Services Restore Mode, then press Enter.
  4. Select the Windows 2003 OS, then press Enter.
  5. Use the restore mode password and log on as the administrator.
  6. Click OK to the confirmation that Windows is running in Safe mode.
  7. Start the Windows Backup application (go to Start, Programs, Accessories, System Tools, and click Backup).
  8. Select the Restore option, then select the media where the backup is stored and ensure that the System State is selected.
  9. Click OK to close any warning dialog boxes.
  10. After the AD recovery is complete, click Close to the displayed dialog box and click Yes to restart the computer.

When the machine restarts, you need to specify which parts of the restoration will be authoritative by performing the following steps:

  1. When you see the menu to select the OS, press F8.
  2. From the Windows Advanced Options Menu, select Directory Services Restore Mode, then press Enter.
  3. Select the Windows 2003 OS, then press Enter.
  4. Use the restore mode password to log on as the administrator.
  5. Click OK to the confirmation that Windows is running in Safe mode.
  6. Open a command prompt--go to Start, Run and type cmd
  7. Start the Ntdsutil utility.
  8. To access the authoritative restore mode, type ntdsutil: authoritative restore
  9. If you want to mark the entire database as authoritative, type authoritative restore: restore database If you want to mark only a certain object as authoritative (e.g., an organizational unit--OU), type
    authoritative restore: restore subtree <distinguished
    name--DN--of subtree, e.g. OU=sales,DC=savilltech,DC=com>
  10. To exit Ntdsutil, type quit
  11. Restart the DC as usual.

If you perform an authoritative restoration of a backup that's more than 14 days old, some trust relationships might be broken because the passwords used by the trust would have been changed twice (the directory stores both the current and previous password, which changes every 7 days). So, for example, when restoring NT LAN Manager (NTLM) trusts, you would have to break the trust, then recreate it.

Discuss this Article 8

Christopher McGill (not verified)
on Jun 2, 2004
If any OU or CN has a space you place quotes around the entire DN. "CN=me,CN=Users,DC=phoenix,DC=com". To use nesting you would just OU=1,OU=2 etc, and the program is intelligent enough to traverse the LDAP directory.
ninat (not verified)
on Nov 8, 2004
Has anyone ever encountered any problems when restoring A/D to a disaster recovery server? any chance of corruption?
Rickard Dehlin (not verified)
on Jul 9, 2004
I would like to see som examples of restoring an object containing none US characters, for example åäö.
d (not verified)
on Jan 16, 2004
I would like to see more examples of restore subtree, especially with OU's that contain spaces in their names, and nested OU's. Finding this on the web has proven difficult.

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottYou'll have the opportunity to experience:
• The Microsoft
Technology Roadmap
• Office 365 Implementation
• Hyper-V Optimizing
• Windows 8 Deployment
and much more!

Come See Paul Thurrott & Rod Trent in Person!

Early Registration Now Open

Upcoming Training

Mastering System Center 2012

During over 6 hours of training you can join John Savill from your computer as he will walk you through the key components and capabilities of System Center 2012, what’s involved in using the components, and the benefit they can bring to your environment.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.