Error after Upgrade Exchange 2010 to SP1
After upgrading Exchange 2010 RTM to SP1 I started getting the following error:
Log Name: Application
Source: MSExchange ADAccess
Event ID: 2937
Task Category: Validation
Level: Warning
Computer: EX1.domain.com
Description: Process w3wp.exe () (PID=316). Object [CN=Administrator,CN=Users,DC=domain,DC=com]. Property [HomeMTA] is set to value [domain.com/Configuration/Deleted Objects/Microsoft MTA DEL:c4ab6128-37aa-4e55-b99b-1aa8979a70e9], it is pointing to the Deleted Objects container in Active Directory. This property should be fixed as soon as possible.
It didn’t seem to be causing any issues but an error is still an error. The quick fix is to run the following command:
Get-Mailbox | Update-Recipient
Ref: http://www.expta.com/2010/09/fix-for-event-id-2937-msexchange.html, http://d1it.wordpress.com/2011/03/14/eventid2937/