Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2011-03-19

You can configure an Active Directory site as a hub site for message routing in Microsoft Exchange Server 2010. For more information about hub sites, see Understanding Message Routing.

Looking for other management tasks related to managing message routing? Check out Managing Message Routing.

Prerequisites

Examine the contents of the routing table logs and view the data in the ADTopologyPath ID section to verify that the selected site exists along the least cost routing path between two Active Directory sites. If this isn't the case, you need to assign Exchange-specific costs to the IP site links to make the least cost routing path go through the selected sites. For detailed steps, see Set an Exchange Cost on an Active Directory IP Site Link.

Use the Shell to configure an Active Directory site as a hub site

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Active Directory site and site link management" entry in the Transport Permissions topic.

Note:
You can't use the EMC to configure an Active Directory site as a hub site.

This example configures the Active Directory site Site A as a hub site.

Copy Code
Set-AdSite "Site A" -HubSiteEnabled $true

For detailed syntax and parameter information, see Set-AdSite.