Originally posted by IVAN_T
View Post
Hello Ivan_T,
The following steps will help you for Active Directory backup & restoration.
You will need to install the backup features from server manager for taking a backup of Active Directory
After installation of backup features, open command prompt and hit the below command to take AD backup
wbadmin start systemstatebackup -backuptarget:d:
You can select backup target as per your requirement
When backup task is finished, it should give a message backup completed successfully.
Further, reboot the server in Directory Services Restore mode for restoration of AD
Once you’re logged into your server in DSRM mode, open a command prompt and hit the below command to check the version which you need to use for restoration. Each backup has a Date & Timestamp.
wbadmin get versions
The command that you will use to perform the restoration depends on which restoration do you want to perform, authoritative or a non-authoritative.
If you wants to perform a non-authoritative restore, hit the following command
Wbadmin start systemstaterecovery -version:12/31/2012-04:00
use the same command to do an authoritative restoration, but append the authsysvol switch.
Wbadmin start systemstaterecovery -version:12/31/2012-04:00 -AUTHSYSVOL
You will have to boot the windows in normal mode when the recovery process completes.
Regards,
Antonie J.
Leave a comment: