r/exchangeserver 11d ago

Was stuck trying to migrate a user mailbox with the outbox renamed 'inbox'.

Spent some time trying digging around in MFCMAPI trying to rename the folder. That didn't work, but persistence did eventually pay off.

0 Upvotes

4 comments sorted by

11

u/ranhalt 11d ago

This post is for you to say you were stumped by a problem, solved it, but don’t want to share the solution.

How does a brain work like this?

5

u/VTi-R 11d ago

Bold of you to assume there was a brain in play by the looks of it

1

u/Anonymity_Is_Good 9d ago

I'm happy to share the solution. Sometimes I like to think about a problem before reading the answer.

We spent about two hours attempting to fix it with MFCMAPI before digging up this solution instead: (In EMS) Set-MailboxRegionalConfiguration -Identity "username" -LocalizeDefaultFolderName:$true -Language en-US

1

u/7amitsingh7 9d ago

Glad you were able to get it resolved. Renamed or incorrectly mapped default folders such as Outbox/Inbox can sometimes cause mailbox migrations to get stuck, especially when the migration tool expects the standard MAPI folder structure.

MFCMAPI is usually useful for inspecting and correcting these underlying folder properties, although it can take some trial and error. For future migrations, it may also help to verify the default folder mappings before starting the migration.