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:
- Backup and Restoring of Windows Server 2003 Active Directory
- Little about Windows Server 2008 Active Directory Certificate Services (AD CS)
- How to Backup and Restore DHCP in Windows Server 2008
- How to Manage Windows Server 2008 Core Server Roles
- How to Manage Windows Server 2008 Core Local Settings
Tagged as:
* Authoritative Restore,
Authoritative Restore in server 2008,
How to Restore Server 2008 Active Directory,
How to Restore Server 2008 Active Directory (non-authoritative),
How to restore Server 2008 Active Directory if someone accidentally deletes an object.,
How to restore Server 2008 Active Directory if someone accidentally deletes an object. (Authoritative Restore),
non-authoritative,
non-authoritative restore in server 2008
Me, freelance system administrator having the qualification of Diploma in Electronics & Tele-communication + MCSE + CCNA + CST + 5 years of experience in IT field.
If you like This post, you can follow TheOnlineTutorials on Twitter.
Contact me Via email: support@theonlinetutorials.com
Subscribe to feed via Feed or EMAIL to receive instant updates.
Legal Disclaimer:All information found on the site is without any implied warranty of fitness for any purpose or use whatsoever. Content author/site administrator is not responsible for any loss occurred due to mistakes in this tutorial. Use this tutorial website at your own risk.