1. On Windows Server 2008 DC, open the command prompt:
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 command below (where 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 command below to start the restore.
wbadmin start systemstaterecovery –version:01/01/2008-22:30 –backuptarget :d:
6. After the restore process is completed, run following commands to reboot. (the server will reboot several times)
bcedit /deletevalue safeboot
shutdown –r –t 0