CloudServus - Microsoft Consulting Blog

Active Directory Snapshot with NTDSUTIL - Microsoft Consulting Services - CloudServus - United States

Written by cloudservuscom | May 15, 2012 1:57:55 PM

When making changes to Active Directory, like Schema updates, it is recommended to make a backup of AD. It is also recommended to perform these changes on an offline Domain Controller, perform your tests, and the only then replicate the changes to the remaining DCs. The topic of this article is about backing up AD.

NTDSutil provides a mechanism to perform backups on your domain controllers.

  1. Open an elevated command prompt and run NTDSutil.
  2. Run activate instance ntds to set the active instance to “ntds“.
  3. Type snapshot.
  4. Then Create.

For more details on NTDSutil: http://technet.microsoft.com/en-us/library/cc753343(v=WS.10).aspx