In my last post I had to fix the backup by moving the WDS RemoteInstall Directory from the originating disk to a new location of my liking. The solution is actually rather simple.
Run a Command Prompt or PowerShell as administrator and follow the next steps:
- Command: WDSUTIL /uninitialize-server
- Move the RemoteInstall directory to the new location
- Command: WDSUTIL /Initialize-Server /RemInst:NewDriveLocation:\RemoteInstall (example: WDSUTIL /Initialize-Server /RemInst:D:\RemoteInstall)
That’s all. WDS RemoteInstall has moved.