Description: Creates and configures a new multicast transmission for an image. Syntax: WDSUTIL Options /New-MulticastTransmission ...

Description: Creates and configures a new multicast transmission for an
             image.

Syntax:
WDSUTIL [Options]
        /New-MulticastTransmission
        /Image:
        [/Server:]
        /FriendlyName:
        [/Description:]
        /TransmissionType: {AutoCast | ScheduledCast}
          [/Time:]
          [/Clients:]
        /ImageType:{Boot | Install}

/Image:
        The name of the image to transmit using multicasting.

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

/FriendlyName:
        The friendly name of the transmission.

[/Description:]
        The description of the transmission.

/TransmissionType:{AutoCast | ScheduledCast}
        Specifies whether to start the transmission automatically
        (AutoCast) or based on the specified start criteria
        (ScheduledCast).

  [/Time:]
        For ScheduledCast, specifies the time the transmission should
        start.

  [/Clients:]
        For ScheduledCast, sets the number of clients to wait for
        before starting the transmission.

/ImageType:{Boot | Install}
        The type of image to transmit using multicasting.

For boot image transmissions:
-----------------------------
WDSUTIL [Options]
        /New-MulticastTransmission
        /Image:
        [/Server:]
        /FriendlyName:
        [/Description:]
        /TransmissionType: {AutoCast | ScheduledCast}
          [/Time:]
          [/Clients:]
        /ImageType:Boot
        /Architecture:{x86 | ia64 | x64 | arm}
        [/Filename:]