Skip to content
Image Restore from a Network Location
- Boot from the Installation Disk
- Choose Troubleshoot
- Advance Options: Command Prompt
- startnet
- ipconfig to check if you have valid IP address
- If you don’t have DHCP, assign static IP manualy
- netsh interface ip set address name=”Ethernet” static 100.0.0.66 255.255.255.0 100.0.0.1
- net use \\servername\backups /user:domainname\username (to connect to the backup share)
- wbadmin get versions -backupTarget:\\servername\backups (to see all available versions)
- wbadmin start sysrecovery -version:06/25/2023-22:05 -backuptarget:\\servername\backups -machine:DC -recreateDisks -restoreAllVolumes
- Y
- Good Luck.