How to Restore Server 2008 Active Directory

by Nideesh C on February 9, 2011 · 0 comments

in Server2008





How to Restore Server 2008 Active Directory (non-authoritative)

1. On Server 2008 DC, open the command prompt on the server
2. run below commands to enter Directory Services Restore Mode (DSRM):
bcdedit /set safeboot dsrepair
shutdown –r –t 1

3. login using .\administrator and DSRM password
4. run below command ( note that d: is the drive letter of your backup), this will show you the version identifier of the backup.
Wbadmin get versions –backuptarget:d:
5. run below command to start the restore.
Wbadmin start sysstaterecovery –version:01/01/2008-22:30 –backuptarget :d:
6. After the restore process is completed, run following commands to reboot.
Bcedit /deletevalue safeboot
Shutdown –t 0 -r

How to restore Server 2008 Active Directory if someone accidentally deletes an object. (Authoritative Restore)

1. Restore Server 2008 Active Directory (non-authoritative), do not reboot the server
2. open command prompt, run following commands, where CN=VIPuser,CN=Users,DC=MYDOMAIN,DC=NET is the object you wish to restore.
ntdsutil
activate instance NTDS
authoritative restore
restore object “CN=VIPuser,CN=Users,DC=MYDOMAIN,DC=NET”

3. Once it’s completed. Type quit
4. After the restore process is completed, run following commands to reboot.
Bcedit /deletevalue safeboot
Shutdown –t 0 -r


Not Satisfied ? Just search & get the result

Related Posts Plugin for WordPress, Blogger...
Be Sociable, Share!

Related posts:

  1. Backup and Restoring of Windows Server 2003 Active Directory
  2. Little about Windows Server 2008 Active Directory Certificate Services (AD CS)
  3. How to Backup and Restore DHCP in Windows Server 2008
  4. How to Manage Windows Server 2008 Core Server Roles
  5. How to Manage Windows Server 2008 Core Local Settings

Leave a Comment

Previous post:

Next post: