Displays information about the multicast transmission for a specified image.

Syntax

WDSUTIL [Options] /Get-MulticastTransmission /Image:<Image name> [/Server:<Server name>] /ImageType:Install [/ImageGroup:<Image group name>] 
[/Filename:<File name>] [/Show:Clients]

Parameters

Parameter Description

/Image:<Image name>

Displays the multicast transmission that is associated with this 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.

/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 will be used. If more than one image group exists on the server, you must use this option to specify the image group.

[/Filename:<File name>]

Specifies the file that contains the image. If the image cannot be uniquely identified by name, you must use this option to specify the file name.

[/Show:Clients]

Displays information about client computers that are connected to the multicast transmission.

Examples

To view information about the transmission for an image named “Vista with Office”, type one of the following:

WDSUTIL /Get-MulticastTransmission /Image:"Vista with Office" /ImageType:Install
WDSUTIL /Get-MulticastTransmission /Server:MyWDSServer /Image:"Vista with Office" /ImageType:Install /ImageGroup:ImageGroup1 /Filename:install.wim /Show:Clients