text
stringlengths
0
4.23k
/remove-image:<Image name>
Specifies the name of the image.
[/Server:<Server name>]
Specifies the name of the server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server will be used.
mediatype:{Boot | Install}
Specifies the type of image.
/Architecture:{x86 | ia64 | x64}
Specifies the architecture of the image. Because it is possible to have the same image name for different boot images in different architectures, specifying the architecture value ensures that the correct image will be removed.
\ImageGroup:<Image group name>]
Specifies the image group that contains the image. If no image group name is specified and only one image group exists on the server, that image group will be used. If more than one image group exists, you must use this option to specify the image group.
[/Filename:<File name>]
if the image cannot be uniquely identified by name, you must use this option to specify the file name.
Examples
To remove a boot image, type:
wdsutil /remove-Imagmedia:WinPE Boot Imagemediatype:Boot /Architecture:x86
wdsutil /verbose /remove-Image:WinPE Boot Image /Server:MyWDSServer type:Boot /Architecture:x64 /Filename:boot.wim
To remove an install image, type:
wdsutil /remove-Image:Windows Vista with Officemediatype:Install
wdsutil /verbose /remove-Image:Windows Vista with Office /Server:MyWDSServemediatype:Instal ImageGroup:ImageGroup1 /Filename:install.wim
wdsutil remove-imagegroup
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Removes an image group from a server.
Syntax
wdsutil [Options] /remove-ImageGroup Group:<Image group name> [/Server:<Server name>]
Parameters
Parameter
Description
imagegroup:<Image group name>
Specifies the name of the image group to be removed
[/Server:<Server name>]
Specifies the name of the server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server will be used.
Examples
To remove the image group, type one of the following:
wdsutil /remove-ImageGroumediaGroup:ImageGroup1
wdsutil /verbose /remove-ImageGroumediaGroup:My Image Group /Server:MyWDSServer
wdsutil remove-multicasttransmission
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Disables multicast transmitting for an image. Unless you specify /force, existing clients will complete the image transfer but new clients will not be allowed to join.
Syntax
Windows Server 2008
wdsutil /remove-MulticastTransmission:<Image name> [/Server:<Server name> mediatype:Install Group:<Image Group>] [/Filename:<File name>] [/force]
Windows Server 2008 R2
for boot images:
wdsutil [Options] /remove-MulticastTransmissiomedia:<Image name>
\x20 [/Server:<Server name>]
\x20 mediatype:Boot
\x20 /Architecture:{x86 | ia64 | x64}
\x20 [/Filename:<File name>]
for install images:
wdsutil [Options] /remove-MulticastTransmissiomedia:<Image name>
[/Server:<Server name>]
mediatype:Install
mediaGroup:<Image Group
[/Filename:<File name>]
Parameters
Parameter
Description
media:<Image name>
Specifies the name of the image.
[/Server:<Server name>]
Specifies the name of the server. This can be the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server is used.