Description: Starts a previously created ScheduledCast transmission. This is not allowed for AutoCast transmissions. Syntax: ...

Description: Starts a previously created ScheduledCast transmission.
             This is not allowed for AutoCast transmissions.

Syntax:
WDSUTIL /Start-MulticastTransmission /Image:
     [/Server:]
     /ImageType:{Boot | Install}

/Image:                 The name of the image that is associated
                                    with the multicast transmission to start.
[/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.
/ImageType:{Boot | Install}         The type of image that is associated with
                                    the multicast transmission to start.

For boot image transmissions:
-----------------------------
WDSUTIL [Options] /Start-MulticastTransmission /Image:
     [/Server:]
     /ImageType:Boot
     /Architecture:{x86 | ia64 | x64}
     [/Filename:]

/Architecture:{x86 | ia64 | x64}    The architecture of the boot image that
                                    is associated with the transmission
                                    to start. Since it is possible to have
                                    the same image name for boot images
                                    in different architectures, you should
                                    specify the architecture to ensure that
                                    the correct transmission is used.
[/Filename:]             If the source image cannot be uniquely
                                    identified by name, you must specify the
                                    file name.

For install image transmissions:
--------------------------------
WDSUTIL [Options] /Start-MulticastTransmission /Image:
     [/Server:]
     /ImageType:Install
     [/ImageGroup:]
     [/Filename:]

[/ImageGroup:]    The image group containing the image
                                    associated with the transmission.
                                    If not specified and only one
                                    group exists on the server, then
                                    that image group will be used.
                                    If more than one image group exists
                                    then the image you must specify
                                    this option.
[/Filename:]             If the source image cannot be uniquely
                                    identified by name, you must specify the
                                    file name.


EXAMPLES:
---------
WDSUTIL /Start-MulticastTransmission /Image:"Vista with Office"
/ImageType:Install


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


WDSUTIL /Start-MulticastTransmission /Server:MyWDSServer
/Image:"X64 Boot Image" /ImageType:Boot /Architecture:x64
/Filename:boot.wim