July 14, 2026 Stories worth reading. Perspectives worth sharing.
Office365 | M365

Convert resource mailbox to a user mailbox

mo wasay November 3, 2016 1 min read

Based on my audit for a client I found that a user mailbox was at sometime converted to a resource mailbox. There is no convert button/ link to switch it back. I still don’t know how, or why this would have happened.

Anyways, for someone who may come across this weird issue, here is the fix for it.

Set-Mailbox [email protected] -Type Regular

This will convert it from a shared mailbox, or a resource mailbox to a user mailbox.