Description: Used to remove an image from a server. Syntax: WDSUTIL [Options] /Remove-Image /Image:[/Server: ] /ImageType:{Boot | Install} /Image: The name of the image to be removed. [/Server: ] The name of the WDS Server. This can be either the NetBIOS name or the FQDN. If not specified, the local server will be used. /ImageType:{Boot | Install} The type of image to be removed - Boot or Install. For Boot images: ---------------- WDSUTIL [Options] /Remove-Image /Image: [/Server: ] /ImageType:Boot /Architecture:{x86 | ia64 | x64} [/Filename: ] /Architecture:{x86 | ia64 | x64} The architecture of the image to be removed. Since it is possible to have the same image name for boot images in different architectures, specifying the architecture value ensures that the correct image is being removed. [/Filename: ] If the image cannot be uniquely identified by name, the filename must be specified. For Install images: ------------------- WDSUTIL [Options] /Remove-Image /Image: [/Server: ] /ImageType:Install [/ImageGroup: ] [/Filename: ] [/ImageGroup: ] The image group containing the image to be removed. If not specified and only one image group exists on the server, that image group will be used by default. If more than one image group exists on the server, then the image group must be specified. [/Filename: ] If the image cannot be uniquely identified by name, the filename must be specified. EXAMPLES: --------- To remove a boot image: WDSUTIL /Remove-Image /Image:"WinPE Boot Image" /ImageType:Boot /Architecture:x86 WDSUTIL /Verbose /Remove-Image /Image:"WinPE Boot Image" /Server:MyWDSServer /ImageType:Boot /Architecture:x64 /Filename:boot.wim To remove an install image: WDSUTIL /Remove-Image /Image:"Windows Vista with Office" /ImageType:Install WDSUTIL /Verbose /Remove-Image /Image:"Windows Vista with Office" /Server:MyWDSServer /ImageType:Install /ImageGroup:ImageGroup1 /Filename:install.wim
Description: Used to reject auto-add devices. Syntax: WDSUTIL /Reject- Where object is one of the following: AutoAddDevices ...
Description: Used to reject pending auto-add devices on the WDS server. Syntax: WDSUTIL Options /Reject-AutoAddDevices /Server: ...
Description: Used to remove a previously created custom namespace. Unless explicitly specified, this will expire ("tombstone") ...
Description: Used to remove a previously created multicast transmission for a WDS image. Unless explicitly specified, this ...
Description: Used to remove an image from a server. Syntax: WDSUTIL Options /Remove-Image /Image: /Server: /ImageType:{Boot ...
Description: Used to remove an image group from a server. Syntax: WDSUTIL Options /Remove-ImageGroup /ImageGroup: /Server: ...
Description: Used to remove images or image groups. Syntax: WDSUTIL /Remove- Where object is one of the following: Image ...
Description: Used to replace an existing image with a new version. Syntax: WDSUTIL Options /Replace-Image /Image: /Server: ...
Description: Used to replace an existing object with another. Syntax: WDSUTIL /Replace- Where object is one of the following: ...