Currently I’m removing our old Exchange 2003 Server. We migrated all our users to an Exchange 2007 Server. When looking in the mailbox store on the Exchange 2003 server, I noticed mailboxes of users which were migrated to Exchange 2007. Weird I thougt. As we had some issues with linked mailboxes, I looked if these mailboxes were the same as the converted linked mailboxes. This wasn’t the case.

So I just wanted to delete these mailboxes, because the mailbox on Exchange 2007 was already mapped to the Windows user object. While trying to delete the mailbox I got an error :

ID no: c1034ad6
Exchange System Manager
The operation cannot be performed because this mailbox was already reconnected to an existing user

After trying to look why this error appeared, I thougt of some ways to resolve this issue:

  1. Find the active mailbox with the same directory name and the delete
    the mailbox from that user. Then purge the mailbox. Reconnect the mailbox we want to keep (the one deleted from the active user) to the original user.
  2. Dismount the mailbox database, rename the database (.old) and mount the mailbox database. This will create a new mailbox database.

Because I still was investigating this issue, I didn’t use any of the 2 options yet. I ran the Cleanup Agent on the mailbox store. And….voilá…the mailboxes were gone. Just as simple…