active directory: backup and restore

backups are done by the windows server backup utility which must be installed as a windows feature. a system state backup will be sufficient for backing up active directory. the other backup options are for bare metal restore scenarios.

to restore a system state backup, boot to the directory services restore mode and login with the local administrator password.

open an admin command prompt and run:
wbadmin get versions -backuptarget:f: -machine:dc1
f: is the location of the backups, dc1 is the name of the machine

wbadmin start systemstaterecovery -version:08/23/2015-03:00 -backuptarget:f: -machine:dc1

then run ntdsutil
activate instance ntds;
authoritative restore
restore database

This entry was written by resinblade , posted on Wednesday August 05 2015at 08:08 pm , filed under IT . Bookmark the permalink . Post a comment below or leave a trackback: Trackback URL.

Comments are closed.