Exchange 2007 Shared Mailbox: Converting It Back to a User Mailbox

If you need to reverse a previous conversion — turning a shared mailbox back into a regular user mailbox in Exchange Server 2007 — it’s a single PowerShell command run from the Exchange Management Shell (EMS). The Command Set-Mailbox "shared mailbox name" -Type:Regular Replace "shared mailbox name" with the actual name or alias of the […]

Exchange 2007 Change A Shared Mailbox To User Mailbox
If you need to reverse a previous conversion — turning a shared mailbox back into a regular user mailbox in Exchange Server 2007 — it’s a single PowerShell command run from the Exchange Management Shell (EMS).

The Command

Set-Mailbox "shared mailbox name" -Type:Regular
Replace "shared mailbox name" with the actual name or alias of the mailbox you want to convert. Once it completes, open the Exchange Management Console and confirm the mailbox now shows as a standard User Mailbox rather than a Shared Mailbox.

A Few Things to Check First

  • Converting to a regular mailbox typically requires assigning it a valid Exchange license/CAL in environments where shared mailboxes were exempt, since shared mailboxes usually don’t consume a standard user license the same way.
  • Review the existing Full Access and Send As permissions on the mailbox afterward — multiple people may still have delegate access left over from when it was shared, which you may want to trim down now that it belongs to a single user.

Resources


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.