August 2019
Intermediate to advanced
786 pages
20h 22m
English
When the system needs to recover from the system state backup, it needs to be done via Directory Services Restore Mode (DSRM).
The first system needs to be rebooted; press the F8 key and select Directory Services Restore Mode.
Once it's loaded to safe mode, we can use the following commands:
$ADBackup = Get-WBBackupSet | select -Last 1Start-WBSystemStateRecovery -BackupSet $ADBackup
This will restore the most recent backup the system has taken.
Read now
Unlock full access