Start the MRSProxy Service on a Remote Client Access Server


The Mailbox Replication Proxy (MRSProxy) service is installed on every Exchange 2010 Client Access server. MRSProxy helps to facilitate cross-forest move requests and runs on the remote forest's Exchange 2010 Client Access server. However, by default, MRSProxy is disabled.

Note:
All Client Access servers in the Network Load Balancing (NLB) array must have MRSProxy started. When you create a remote move request and specify the fully qualified domain name (FQDN) of the RemoteHostName parameter, the load balancers that share the same name space as the FQDN you specified can direct the move request to any of the Client Access servers in that array. If you don't have MRSProxy started on one of the Client Access servers, and a move request is directed to that server, the move request will fail. For more information about the NLB array, see "Availability Service Network Load Balancing" in Understanding the Availability Service.
Looking for other management tasks related to move requests? Check out Managing Move Requests.
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Exchange Web Services virtual directory settings" entry in the Client Access Permissions topic.

This example enables MRSProxy on the Exchange Web Services (EWS) default Web site and modifies the maximum number of simultaneous connections that an MRSProxy instance accepts to 50. The default is 100 connections.
Set-WebServicesVirtualDirectory -Identity "EWS (Default Web Site)" -MRSProxyEnabled $true -MRSMaxConnections 50