I have an Exchange 2010 organization installed at two sites with one server at each site. I set up my local site first. Exchange Management Console always chooses to connect to the remote server instead of a local one. I can open the properties of "Microsoft Exchange On-Premises (remotemail.example.com)" and tell EMC to connect to the local server, but it ignores the request and stays connected to the remote server.

How do I get EMC to default to the local server, and why can't I change which server it connects to?

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

You can try this approach or check the bindings in the Default WebSite in IIS. Is should point to "All Unassigned". Please read-through this article as well.

link|improve this answer
That wasn't it, but it did point me in the right direction. I got an actual error message when I fired up the Exchange Management Shell (thanks MS for hiding the error in EMC). – Craig Putnam Feb 10 '11 at 17:40
feedback

This discussion provided the answer. When I started Exchange Management Shell, it attempted to connect to the local server and failed with the message:

The system load quota of 1000 requests per 2 seconds has been exceeded

I followed the quick-fix advice of running iisreset, and it appears to be working at the moment. If the issue reoccurs, I will change the PowerShellMaxCmdlets and PowerShellMaxCmdletTimePeriod properties using Set-ThrottlingPolicy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.