Description: Removes an image from a server. Syntax: WDSUTIL [Options] /Remove-Image /Image:[/Server: ] /ImageType:{Boot | Install} /Image: The name of the image to remove. [/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 remove. 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 remove. [/Filename: ] If the image cannot be uniquely identified by name, you must specify the file name. 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 file name 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: Removes a driver package from a driver group on a WDS server. Syntax: WDSUTIL /Remove-DriverGroupPackage /DriverGroup: ...
Description: Removes a driver packages from a WDS server. Syntax: WDSUTIL /Remove-DriverPackage /Server: {/DriverPackage: ...
Description: Removes a filter rule from a driver group on a WDS server. Syntax: WDSUTIL /Remove-DriverGroupFilter /DriverGroup: ...
Description: Removes a multicast transmission. Unless you specify /Force, existing clients will complete the image transfer ...
Description: Removes an image from a server. Syntax: WDSUTIL Options /Remove-Image /Image: /Server: /ImageType:{Boot | Install} ...
Description: Removes an image group from a server. Syntax: WDSUTIL Options /Remove-ImageGroup /ImageGroup: /Server: /ImageGroup: ...
Description: Removes driver packages from a driver group on a WDS server. Syntax: WDSUTIL /Remove-DriverGroupPackages /DriverGroup: ...
Description: Removes driver packages from a WDS server. Syntax: WDSUTIL /Remove-DriverPackages /Server: /FilterType: /Operator:{Equal ...
Description: Removes images, image groups, driver packages or driver groups. Syntax: WDSUTIL /Remove- Where is one of the ...