/get-AllMulticastTransmissions

Applies To: Windows Server 2008, Windows Server 2008 R2

Displays information about all multicast transmissions on a server.

Syntax

For Windows Server 2008:

WDSUTIL /Get-AllMulticastTransmissions [/Server:<Server name>] [/Show:Clients] [/ExcludeDeletePending]

For Windows Server 2008 R2:

WDSUTIL /Get-AllMulticastTransmissions [/Server:<Server name>] [/Show:{Boot | Install | All}] [/Details:Clients]  [/ExcludeDeletePending]

Parameters

Parameter Explanation

[/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.

[/Show]

Windows Server 2008

/Show:Clients - Displays information about client computers that are connected to the multicast transmissions.

Windows Server 2008 R2

Show: {Boot | Install | All} - The type of image to return. Boot returns only boot image transmissions. Install returns only install image transmissions. All returns both image types.

/Details:clients

Only supported for Windows Server 2008 R2. If present, clients that are connected to the transmission will be displayed.

[/ExcludeDeletePending]

Excludes any deactivated transmissions from the list.

Examples

To view information about all transmissions, type:

  • Windows Server 2008: WDSUTIL /Get-AllMulticastTransmissions

  • Windows Server 2008 R2: WDSUTIL /Get-AllMulticastTransmissions /Show:All

To view information about all transmissions except deactivated transmissions, type:

  • Windows Server 2008: WDSUTIL /Get-AllMulticastTransmissions /Server:MyWDSServer /Show:Clients /ExcludeDeletePending

  • Windows Server 2008 R2: WDSUTIL /Get-AllMulticastTransmissions /Server:MyWDSServer /Show:All /Details:Clients /ExcludeDeletePending

Additional references

Command-Line Syntax Key

/get-MulticastTransmission

/new-MulticastTransmission

/remove-MulticastTransmission

/start-MulticastTransmission