text
stringlengths
0
4.23k
Description
/ImageFile:<WIM file path>
Specifies the full path and file name of the .wim file.
[/Detailed]
Returns all image metadata from each image. If this option is not used, the default behavior is to return only the image name, description, and file name.
Examples
To view information about an image, type:
wdsutil /Get-ImageFile /ImageFile:C:\temp\install.wim
To view detailed information, type:
wdsutil /Verbose /Get-ImageFile /ImageFile:\\Server\Share\My Folder \install.wim /Detailed
wdsutil get-imagegroup
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Retrieves information about an image group and the images within it.
Syntax
wdsutil [Options] /Get-ImageGroup ImageGroup:<Image group name> [/Server:<Server name>] [/detailed]
Parameters
Parameter
Description
/ImageGroup:<Image group name>
Specifies the name of the image group.
[/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.
[/detailed]
Returns the image metadata for each image. If this parameter is not use, the default behavior is to return only the image name, description, and file name.
Examples
To view information about an image group, type:
wdsutil /Get-ImageGroup ImageGroup:ImageGroup1
To view information including metadata, type:
wdsutil /verbose /Get-ImageGroup ImageGroup:ImageGroup1 /Server:MyWDSServer /detailed
wdsutil get-multicasttransmission
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Displays information about the multicast transmission for a specified image.
Syntax
Windows Server 2008
wdsutil [Options] /Get-MulticastTransmissiomedia:<Image name> [/Server:<Server name>mediatype:InstallmediaGroup:<Image group name>]
[/Filename:<File name>] [/Show:Clients]
Windows Server 2008 R2
for boot image transmissions:
wdsutil [Options] /Get-MulticastTransmissiomedia:<Image name>
[/Server:<Server name>]
[/details:Clients]
mediatype:Boot
/Architecture:{x86 | ia64 | x64}
[/Filename:<File name>]
for install image transmissions:
wdsutil [Options] /Get-MulticastTransmissiomedia:<Image name>
[/Server:<Server name>]
[/details:Clients]
mediatype:Install
mediaGroup:<Image Group>]
[/Filename:<File name>]
Parameters
Parameter
Description
media:<Image name>
Displays the multicast transmission that is associated with this 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.
/imagetype:Install
Specifies the image type. Note that this option must be set to Install.
/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 is used. If more than one image group exists on the server, you must use this option to specify an image group.