Image Restore from a Network Location

  1. Boot from the Installation Disk
  2. Choose Troubleshoot
  3. 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.

Leave a Reply 0

Your email address will not be published. Required fields are marked *