Term
What are the two tools to use to perform a manual or automatied back-up |
|
Definition
Windows Server Backup and WBAdmin.exe |
|
|
Term
What is a feature of the Windows Backup Server in 2008R2 |
|
Definition
Backup/restore individual files and include/exclude individual file types/ and paths |
|
|
Term
What has the SystemState become in 2008 that it wasnt in previous versions |
|
Definition
a subset of the Full backup(additional critical volume) |
|
|
Term
When is a nonauthoritative restore good |
|
Definition
Normal restore is useful when the directory on a domain controller has been damaged or corrupted, but the problem has not spread to other domain controllers. |
|
|
Term
What is the commands to do a boot a DC into DSRM for a nonauthoritative restore |
|
Definition
bcdedit /set safeboot dsrepair shutdown -t 0 -r |
|
|
Term
What is the command to restart a DC after a non-authoritative restore |
|
Definition
bcdedit /deletevalue safeboot dsrepair |
|
|
Term
Once you have booted into DSRM what are the commands to restore AD DS database |
|
Definition
wbadmin get versions -backuptarget:D: -machine: **find the version number** wbadmin start systemstaterecovery -version:**** theversion number from the last step***** |
|
|
Term
What are the steps to performing and authoritative restore |
|
Definition
The same as a non-authritative restore only before restarting the domain controller with bcdedit /deletevalue safeboot dsrepair, you run ntdsutil authoritative restore restore [object|subtree] "object DN" to mark the objects as authoritative |
|
|