Description: Used to create and configure a new namespace for a WDS Transport Server. The Content Provider should have been registered previously. Syntax: WDSUTIL [Options] /New-Namespace [/Server:] /FriendlyName: [/Description: ] /Namespace: /ContentProvider: [/ConfigString: ] /NamespaceType: {AutoCast | ScheduledCast} [/Time: ] [/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. /FriendlyName: Friendly name of the namespace [/Description: ] Description of the namespace /Namespace: The name of the namespace to be created. This must be unique. /ContentProvider: ] The name of the content provider that will provide content for the namespace [/ConfigString: ] The configuration string for the content provider /NamespaceType: {AutoCast | ScheduledCast} Type of namespace to be created. [/Time: ] Time when the namespace should start (Allowed only with ScheduledCast) [/Clients: ] Minimum number of clients to wait for before namespace should start (Allowed only with ScheduledCast) EXAMPLES: --------- To create an AutoCast Namespace: WDSUTIL /New-Namespace /FriendlyName:"Custom AutoCast Namespace" /Namespace:"Custom Auto 1" /ContentProvider:MyContentProvider /NamespaceType:AutoCast To create a ScheduledCast Namespace: WDSUTIL /New-Namespace /Server:MyWDSServer /FriendlyName:"Custom Scheduled Namespace" /Namespace:"Custom Auto 1" /ContentProvider:MyContentProvider /NamespaceType:ScheduledCast /Time:"2006/11/20:17:00" /Clients:20
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 ...
Description: Used to disable a WDS server. Syntax: WDSUTIL /Disable- Where object is one of the following: Server TransportServer ...