Deploy Provisioning for the Hosted Exchange Services

Cc526569.chm_head_left(en-us,TechNet.10).gif Cc526569.chm_head_middle(en-us,TechNet.10).gif Cc526569.chm_head_right(en-us,TechNet.10).gif

Deploy Provisioning for the Hosted Exchange Services

In this topic you will deploy the components necessary to provision the Microsoft Exchange Server 2007 services, including E-mail, Unified Messaging, and Mobility.

Tasks

  1. Install the Exchange Server 2007 Management Tools on MPS01 and MPS02
  2. Deploy Hosted Exchange Provisioining
  3. Configure Hosted Exchange Provisioning
  4. Configure the MPSExchangeAccts group

Prerequisites

  • All the preceding operations in the Build Hosted E-mail sections of the documentation must have been completed.

Install the Exchange Server 2007 Management Tools on MPS01 and MPS02

In order to perform Exchange Server 2007 provisioning tasks, each Provisioning Engine server must have the Exchange Server 2007 Management Tools installed.

Procedure DWHE.96: To install Exchange Server 2007 Prerequisites on the Provisioning Engine servers

  1. Log on to MPS01 as a member of the Domain Administrators group.

  2. Install the Microsoft Management Console (MMC) 3.0 Update described in KB Article 907265.

  3. Install Microsoft PowerShell.

    To install Windows PowerShell, follow the procedures at How to Download Windows PowerShell 1.0.

  4. Install .NET 2.0 update KB926776 (download by clicking .NET 2.0 Update (x32)).

  5. Repeat steps 1 - 4 on MPS02.

Procedure DWHE.97: To install the Exchange Server 2007 Management Tools on the Provisioning Engine servers

  1. On MPS01, open a command prompt, and navigate to the Exchange Server 2007 installation files.
  2. Run the following command: <pre IsFakePre="true" xmlns="https://www.w3.org/1999/xhtml">Setup /mode:install /roles:MT</pre>
  3. Setup copies the setup files locally to the computer on which you are installing Exchange Server 2007. Setup checks the prerequisites, including all prerequisites specific to the server roles that you are installing. If you have not met all of the prerequisites, Setup fails and returns an error message that explains the reason for the failure. If you have met all of the prerequisites, Setup installs Exchange Server 2007.
  4. Repeat this procedure on MPS02.

Deploy Hosted Exchange Provisioining

In this procedure you will use the Deployment Tool to Deploy the Exchange Server 2007 Providers and Namespaces by installing everything under the Hosted Exchange/Exchange Provisioning node in the Deployment Tool.

Procedure DWHE.98: To deploy Hosted Exchange Provisioning

  1. On MPS01, open the Deployment Tool.
  2. In the Requirements Status pane, expand Hosted Exchange, and then right-click the Exchange Provisioning component.
  3. Select Install all in this group.
  4. Click Start Deployment to start the execution of the selected procedures.
  5. Monitor the deployment session on the Install Details tab.

Configure Hosted Exchange Provisioning

In this procedure you will use the Deployment Tool to initialize the Exchange Server 2007 namespaces as well as configure some security and registry settings. This is done by installing everything under the Exchange Provisioning Configuration node in the Deployment Tool.

Procedure DWHE.99: To configure Hosted Exchange Provisioning

  1. In the Requirements Status pane, expand Hosted Exchange, and then right-click the Exchange Provisioning Configuration component.
  2. Select Install all in this group.
  3. Click Start Deployment to start the execution of the selected procedures.
  4. Monitor the deployment session on the Install Details tab.

Configure the MPSExchangeAccts group

In this procedure you will configure the MPSExchangeAccts group as an OrganizationAdmin in Exchange Server 2007 as well as a Local Administrator on each Exchange Mailbox server and Provisioning Engine server.

Procedure DWHE.100: To configure MPSExchangeAccts as an OrganizationAdmin

  1. Open the Exchange Management Shell on EXCASUM01.
  2. Run the following command: <pre IsFakePre="true" xmlns="https://www.w3.org/1999/xhtml">Add-ExchangeAdministrator -Role OrgAdmin -Identity Fabrikam\MPSExchangeAccts</pre>