Skip to main content

Migrate Windows Deployment Services to New Server

We have been making a great effort to move all of our internal services to Windows Server 2016. This past week, it was WDS’ turn to get migrated. Migrating this role is extremely simple. Here are the steps that I took:

  1. Create new server and install WDS role.
  2. Stop WDS Service on old server
  3. Stop WDS Service on new server
  4. Use my “Copy-Files” PowerShell script (Available Here: Copy-Files.ps1) to copy RemoteInstall Share to new server
  5. Start WDS Service on new Server
  6. Shutdown old WDS Server completely
  7. Update option 66/67 in DHCP scopes to reflect new WDS Server
  8. Update any appropriate DNS records

Note:

If you are unable to start the WDS service, delete the WDS database and logs from the old server located at <drive letter>:RemoteInstallStoresMetadata*.*. You should be able to start the service after deleting these files.

Simple enough! 🙂