Prepare the Active Directory Forest

,

The next step is to prepare the Active Directory forest. A user of the Enterprise Admins group for the root domain must run this process. Forest preparation creates global objects and sets the appropriate permissions and groups to complete the installation process.


Note

In a new deployment, the global settings are automatically stored in the Configuration partition. If you are upgrading from an older version of Communications Server, you might still store the settings in the System container as was standard during previous versions of the installation. However, although it is not a requirement, it is recommended that the global settings container be moved from the System partition to the Configuration partition as part of the Lync Server installation process.


The Deployment Wizard should still be open from the last step. If not, run setup.exe and it picks up where you left off. Follow the steps that follow to prepare the forest:

1. For Step 3: Prepare Current Forest, click Run.

2. At the Prepare Forest screen, click Next.

3. Specify the location where the OCS universal security groups are created. By default, this is the local domain, but you can also select the FQDN for the domain where you want the groups to be created. Then click Next. You can see the management shell command that is executed, as shown in Figure 5.3.

Figure 5.3 Prepare Forest Command

image

4. Ensure the process is successful and then click Finish to close the window.

5. Ensure the information replicates to all domain controllers before continuing to the next step.

To prepare the Active Directory forest using the Lync Server management shell, open the shell and run the Enable-CsAdForest cmdlet. The proper syntax for the command is Enable-CsAdForest –GroupDomain <FQDN of the domain to create the universal groups>. For example:

Enable-CsAdForest –GroupDomain companyabc.com

The final step is to prepare the Active Directory domain or domains. You need to run this in every domain where you plan to deploy Lync Server. This step adds the necessary ACEs (access control entries) to universal groups. Like the two previous steps, this can be done through the Lync Server Deployment Wizard or the Lync Server management shell.

Using the Deployment Wizard, perform the following steps.


Note

If you closed the Deployment Wizard, you need to run setup.exe again.


1. For Step 5: Prepare Current Domain, click Run.

2. At the Prepare Domain screen, click Next. You can see the management shell command that is executed, as shown in Figure 5.4.

Figure 5.4 Prepare Domain Command

image

3. Ensure the process is successful, and then click Finish to close the window.

4. Ensure the information replicates to all domain controllers before continuing to the next step.

To prepare an Active Directory domain using the Lync Server management shell, open the shell and run the Enable-CsAdDomain cmdlet. The proper syntax for the command is Enable-CsAdDomain –Domain <current domain FQDN> -GroupDomain <FQDN of the domain where the Universal groups were created>. For example:

Enable-CsAdDomain –Domain companyabc.com –GroupDomain companyabc.com

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset