This procedure configures all Exchange front-end servers.
Arguments
Input argument | Description | Required | ||||
---|---|---|---|---|---|---|
<preferredDomainController> |
The domain controller to use for Active Directory actions. Required input. For example,
|
Yes |
Sample Code
Example XML Request
Copy Code | |
---|---|
<request xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <data> </data> <procedure> <execute namespace="Deployment Automation" procedure="ConfigureExchangeFrontEnds" impersonate="1"> <executeData> <preferredDomainController>ad01.fabrikam.com</preferredDomainController> </executeData> <after source="executeData" destination="data" /> </execute> </procedure> </request> |
Manual Procedures
The ConfigureExchangeFrontEnds procedure automatically performs the following manual steps:
Procedure 1: To disable the Microsoft Exchange Information Store
-
Start Computer Management on the first Exchange front-end server.
-
Click Services and Applications, and then in the right pane select Services.
-
Right-click Microsoft Exchange Information Store, and then click Properties.
-
In the Startup type drop-down box, click Disabled, click Stop, and then click OK.
-
Repeat the previous steps for other Exchange front-end servers.
Procedure 2: To enable the Microsoft Exchange POP3 and IMAP4 services
-
Start Computer Management on the first Exchange front-end server.
-
Expand Services and Applications, and then expand Services.
-
Right-click Microsoft Exchange POP3, and then click Properties.
-
In the Startup type drop-down box, click Automatic, click Apply, click Start, and then click OK.
-
Right-click Microsoft Exchange IMAP4, and then click Properties.
-
In the Startup type drop-down box, click Automatic, click Apply, click Start, and then click OK.
-
Repeat the previous steps for other Exchange front-end servers.
Procedure 3: To configure the Exchange Virtual Directory
-
Configure the Exchange Virtual Directory.
Procedure 4: To configure the Public Virtual Directory
-
Configure the Exchange Virtual Directory.
Procedure 5: To configure the RPC virtual directory
-
Start Internet Information Services (IIS) Manager on the first Exchange front-end server.
-
In Internet Information Services (IIS) Manager, in the console tree, expand the server you want, expand Web Sites, expand Default Web Site, right-click the RPC virtual directory, and then click Properties.
-
In RPC Properties, on the Directory Security tab, in Authentication and access control, click Edit.
-
Ensure that Enable anonymous access is not selected.
-
Under Authenticated access, select the Basic authentication (password is sent in clear text) check box and click Yes on the warning dialog box. Enter a backslash "\" for the default domain. This is required to support UPN logon.
-
Under Authenticated access, clear the Integrated Windows Authentication check box, and then click OK.
-
To save your settings, click Apply, and then click OK.
-
Repeat these steps on other Exchange front-end servers.