Previous Topic: addSubDomains—Add Domain Groups to Domain GroupsNext Topic: create—Create Domain Group


Example

Assume the domain "dom e" should also appear at the top level under the folder "Domains". The following command will link the domain to this level:

cadsmcmd domain action=addSubdomains domain="dom e"

Assume the domains "dom f" and "dom g" are to be added as subdomains to domain "dom e". The following command will link these domains to "dom e" :

cadsmcmd domain action=addSubdomains name="dom e" domain="dom f" domain="dom g"