10.14
A couple of nights ago I was contacted by one of our analysts in the ClearPointe Network Operations Center (NOC) about the following alert that had been triggered by a customer’s Exchange 2010 server.
First, it should be noted that I do not profess to be an Exchange 2010 guru, but I began investigating and troubleshooting. The customer was not experiencing an outage or any issues but rather one of the many PowerShell cmdlets that run in Systems Center Operations Manager was indicating a monitoring issue that needed to be addressed. After about 90 minutes of troubleshooting, I suspected that the problem might somehow be due to shrapnel left over from an Exchange upgrade and decided to continue the following morning.
I resumed troubleshooting and research the next morning. Manually running the PowerShell cmdlet in the Exchange Management Shell produced the same results that were observed in the alert the previous night:
During my Internet research that morning, I stumbled across a blog posting at SysAdmin Flakshack which dealt with the exact alert I was troubleshooting. His post confirmed what I suspected – the problem results from a remnant of Exchange 2003 not being removed from Active Directory properly during an upgrade to Exchange 2010. To resolve the problem, open the ADSI Edit tool and navigate to the following:
CN=Configuration,DC=yourdomain,DC=local
CN=Services
CN=Microsoft Exchange
CN=YourOrganizationName
CN=Administrative Groups
CN=Your Old Exchange 2003 AdministrativeGroupName
CN=Servers
If the upgrade to Exchange 2010 is complete and there are no more Exchange 2003 servers in the environment, the Servers container should be empty, which it was in my case. Delete the Servers container and the problem is resolved, as show by rerunning the Test-MAPIConnectivity PowerShell cmdlet:
Do not delete the Exchange 2003 Administrative Groups container as that could create additional problems. Delete only the Servers container.
I spent approximately 3 hours researching and troubleshooting this Operations Manager alert; however, once I found the solution described above, the problem was resolved within seconds! I hope this post might help save another administrator some of his or her valuable time.























