[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

Topic Last Modified: 2010-03-26

Use the Disable-CsAdDomain cmdlet to reverse the domain preparation step.

To use cmdlets to reverse domain preparation

  1. Log on to any server in the domain as a member of the Domain Admins group.

  2. Open the Communications Server Management Shell console, and then run:

    Copy Code
    Disable-CsAdDomain [Domain <Domain FQDN>][-Force <$true | $false>] [-GroupDomain <FQDN of the domain in which to create the universal groups>]
    

    The Force parameter specifies whether to force the execution of the task. If this parameter is set to False (the default), the cmdlet checks to determine whether any Front End Servers, conferencing servers, or Web Services servers are activated in the domain. If any of these servers are activated, the cmdlet terminates.

    If you do not specify the GroupDomain parameter, the value defaults to the local domain, and searches for universal groups are in the global catalog and local domain.

See Also