Displays information about all multicast transmissions on a specified server.

Syntax

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

Parameters

Parameter Description

[/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:Clients]

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

[/ExcludeDeletePending]

Excludes any deactivated transmissions from the list.

Examples

To view information about all transmissions, type:

WDSUTIL /Get-AllMulticastTransmissions

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

WDSUTIL /Get-AllMulticastTransmissions /Server:MyWDSServer /Show:Clients /ExcludeDeletePending