DESCRIPTION: Creates a new domain based DFS namespace. %1!ws! PARAMETERS: : UNC path to the namespace. : Specifies an adminstrator ...

DESCRIPTION: Creates a new domain based DFS namespace.  %1!ws!  PARAMETERS: <\\server\share>  : UNC path to the namespace.          : Specifies an adminstrator comment for the namespace.          : Version of the namespace, possible values are V1 or V2.                     V1 - Creates a Windows 2000 Server mode namespace.                       V2 - Creates a Windows Server 2008 mode namespace.   NOTES: 1. To add new root targets, use "dfsutil target add" command. 2. Default setting for creation of new namespace is V2.  EXAMPLES: dfsutil root addDom \\SRV1\DomainNameSpace1 "This is V2 namespace" dfsutil root addDom \\SRV2\DomainNameSpace2 dfsutil root addDom \\SRV3\DomainNameSpace3 V1 "This is V1 Root"