Description: Used to create and configure a new multicast transmission for a WDS image. Syntax: WDSUTIL [Options] /New-MulticastTransmission /Image:[/Server: ] /FriendlyName: [/Description: ] /ImageType:Install [/ImageGroup: ] [/Filename: ] /TransmissionType: {AutoCast | ScheduledCast} [/Time: ] [/Clients: ] /Image: The name of the image to multicast. [/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: Friendly name of the transmission [/Description: ] Description of the transmission /ImageType:Install The type of image to multicast. This must be set to Install image. [/ImageGroup: ] The image group containing the image to be multicast. If not specified and only one image group exists on the server, that image group will be used by default. If more than one image group exists on the server, then the image group must be specified. [/Filename: ] If the source image cannot be uniquely identified by name, the filename must be specified. /TransmissionType: {AutoCast | ScheduledCast} Type of Transmission to be created. [/Time: ] Time when the transmission should start (Allowed only with ScheduledCast) [/Clients: ] Minimum number of clients to wait for before transmission should start (Allowed only with ScheduledCast) EXAMPLES: --------- To create an AutoCast Transmission: WDSUTIL /New-MulticastTransmission /FriendlyName:"WDS AutoCast Transmission" /Image:"Vista with Office" /ImageType:Install /TransmissionType:AutoCast To create an ScheduledCast Transmission: WDSUTIL /New-MulticastTransmission /FriendlyName:"WDS SchedCast Transmission" /Server:MyWDSServer /Image:"Vista with Office" /ImageType:Install /TransmissionType:ScheduledCast /Time:"2006/11/20:17:00" /Clients:100
Description: Used to copy images within the image store. Syntax: WDSUTIL /Copy- Where object is one of the following: Image ...
Description: Used to copy images within the image store. The copy action is only allowed on install images and may only be ...
Description: Used to create a WinPE boot image that will run the WDS image capture utility (WDSCapture.exe) instead of the ...
Description: Used to create a WinPE boot image to run on machines that are not natively capable of PXE boot. This WinPE image ...
Description: Used to create and configure a new multicast transmission for a WDS image. Syntax: WDSUTIL Options /New-MulticastTransmission ...
Description: Used to create and configure a new namespace for a WDS Transport Server. The Content Provider should have been ...
Description: Used to create new capture/discover images. Also used to create multicast transmissions / namespaces Syntax: ...
Description: Used to delete auto-add devices from the WDS Server. Syntax: WDSUTIL Options /Delete-AutoAddDevices /Server: ...
Description: Used to delete auto-add devices. Syntax: WDSUTIL /Delete- Where object is one of the following: AutoAddDevices ...