Without our organization we are running about 40 Windows Server 2008 R2 servers with WDS installed. I would like to remotely manage the boot image of WDS on those servers.
However, whatever I try, I can't get WDS remotely manageable. For instance, invoke-command returns:
Invoke-Command -ComputerName <server> -ScriptBlock {wdsutil /Replace-Image /Image:"MDT (x64)" /ImageType:boot /Architecture:x64 /ReplacementImage /ImageFile:"D:\DeploymentShare\Boot\LiteTouchPE_x64.wim" }Windows Deployment Services Management Utility [Version 6.1.7600.16385]
Copyright (C) Microsoft Corporation. All rights reserved.
An error occurred while trying to execute the command.
Error Code: 0x6E
Error Description: The system cannot open the device or file specified.