Description: Creates and configures a new namespace for a transport server. You must have already registered the content ...

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