Best method to clone a Windows server?
Solution 1:
According to Microsoft, you can sysprep a Windows 2012 server running RDS. Since you already have a backup of a functioning server, you can:
- Restore that backup.
- Disconnect the network cable.
- Boot the server.
- Make sure you have a functional local administrator account.
- Run
c:\windows\system32\sysprep.exe
and pick OOBE. You don't need Generalize unless the hardware is different. - Reboot.
- Let the server boot up to the login screen.
- Connect the network cable.
- Log in as a local administrator.
- Join the computer to the domain.
- Proceed. (Profit?)
Solution 2:
Your best bet is to build a new server, join it to your domain, then configure RDS on it. Imaging an existing server, and then attempting to break it down and reform it into a new one is going to be a huge headache.