Description: Starts a ScheduledCast namespace. Note that this is not allowed for AutoCast namespaces. Syntax: WDSUTIL /Start-Namespace ...

Description: Starts a ScheduledCast namespace. Note that this is not allowed
          for AutoCast namespaces.

Syntax:
WDSUTIL /Start-Namespace /Namespace:
     [/Server:]

/Namespace:         The name of the namespace 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.


EXAMPLES:
---------
WDSUTIL /Start-Namespace /Namespace:"Custom Auto 1"


WDSUTIL /Start-Namespace /Server:MyWDSServer /Namespace:"Custom Auto 1"