Description: Disconnects a client from a multicast transmission or namespace. Unless you specify /Force, the client will ...

Description: Disconnects a client from a multicast transmission
             or namespace. Unless you specify /Force, the client will
             fallback to another transfer method (if supported by the
             client). If you are using the WDS client, then the computer
             will fall back to unicasting. Note that Wdsmcast.exe's
             /Transfer-File command does not support any fallback
             mechanism.

Syntax:
WDSUTIL [Options]
        /Disconnect-Client
        /ClientId:
        [/Server:]
        [/Force]

/ClientId:
        The ID of the client to disconnect. To find the ID of a
        client, run WDSUTIL /get-multicasttransmission /show:clients

[/Server:]
        The name of the WDS server. This can be either the NetBIOS
        name or the FQDN.  If not specified, the local server will be
        used.

[/Force]
        Stops the transfer of all clients and deletes the
        transmission.

EXAMPLES:
---------
WDSUTIL /Disconnect-Client /ClientId:1


WDSUTIL /Disconnect-Client /Server:MyWDSServer /ClientId:1 /Force