Description: Creates and configures a new namespace for a transport server. You must have already registered the content before running this command. The content provider understands the data and passes it to the multicast provider. 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: The friendly name of the namespace. [/Description: ] The description of the namespace. /Namespace: The name of the namespace to create. 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} Specifies whether to start the namespace automatically (AutoCast) or based on the specified start criteria (ScheduledCast). [/Time: ] For ScheduledCast, specifies the time the namespace should start. [/Clients: ] For ScheduledCast, sets the number of clients to wait for before starting the namespace. 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: Creates a new domain-based DFS namespace. %1!ws! PARAMETERS: : UNC path to the namespace. : Specifies an administrator ...
DESCRIPTION: Creates a new stand-alone namespace. %1!ws! PARAMETERS: : UNC path to the namespace on the namespace server. ...
DESCRIPTION: Creates a service entry in the registry and Service Database. USAGE: sc create service name binPath= . OPTIONS: ...
Description: Creates and configures a new multicast transmission for an image. Syntax: WDSUTIL Options /New-MulticastTransmission ...
Description: Creates and configures a new namespace for a transport server. You must have already registered the content ...
DESCRIPTION: Deletes a folder target (link target) from a folder (link), or a namespace server (root target) from a namespace. ...
DESCRIPTION: Deletes a service entry from the registry. If the service is running, or another process has an open handle ...
Description: Deletes Auto-Add devices from the WDS server. You can delete rejected or approved devices, or those that are ...
Description: Deletes Auto-Add devices on the WDS server. Syntax: WDSUTIL Options /Delete-AutoAddDevices /Server: /DeviceType:{PendingDevices ...