Convert a user mailbox to a shared mailbox

Convert a user mailbox to a shared mailbox

This article explains how to use the Exchange admin center to convert an Office 365 user mailbox to a shared mailbox. You can also convert one mailbox type to another, but you'll have to perform these tasks using Exchange PowerShell.   

Convert an Office 365 user mailbox to a shared mailbox    

  1. Sign in to Office 365 with your work or school account.         
  2. Go to the Office 365 admin center.    
  3. In the lower-left navigation pane, expand Admin centers and select Exchange.
            Convert an Office 365 user mailbox to a shared mailbox step 3 in the admin center select Exchange             

  4. In the Exchange admin center dashboard, navigate to Recipients > Mailboxes
  5. Select the mailbox you want to convert, and on the user properties page on the right, click Convert.
            Step 5 to convert a user mailbox to a shared mailbox, select the one you want to convert              

  6. When you see the Warning on whether you're sure you want to convert, click Yes to continue. Close the wizard once your shared mailbox has been successfully created.   

Convert User Mailbox to Shared using PowerShell

If the procedure above fails, you will need to convert the mailbox through PowerShell. Before using the following commands, you will need to install the Exchange Online PowerShell Module.

  1. Run PowerShell as an Administrator.
  2. Run the following command to install the Exchange Online module: Import-Module ExchangeOnlineManagement
  3. Wait for the install to complete.
Once this is done, you will be able to user PowerShell on your machine to perform administrative tasks on Exchange Online.
  1. With PowerShell running on Administrator mode, please run the following command to connect to Exchange Online: Connect-ExchangeOnline
  2. You will be prompted to enter your admin credentials.
  3. Once signed in, please use the following command to convert the target mailbox to Shared.
  1. Set-Mailbox -Identity <MailboxIdentity> -Type <Regular | Room | Equipment | Shared>

  2. This example converts the shared mailbox named MarketingDept1 to a Shared mailbox:

  3. Set-Mailbox -Identity MarketingDept1 -Type Shared
You may also convert a Shared mailbox back to user, by using the 'Regular' parameter under -Type.

Use the shared mailbox

Once you've converted your user mailbox to a shared mailbox, there's a couple of things you should do:

  • Confirm the user was setup successfully as a Shared Mailbox by going into Groups > Shared Mailboxes in your Office 365 Admin Center.
  • Remove the Office 365 license. A shared mailbox doesn't need a license, but members of the shared mailbox need to have an Office 365 license. Check out Assign or remove licenses for Office 365 for business for details on removing a license.      
  • Add members to the shared mailbox so they can start using it. Select the shared mailbox and click or tap Edit to add members.        
    Ass members to the shared mailbox to start using it in Office 365
          

    • Related Articles

    • Convert a user to Shared Mailbox with Power Shell.

      1. Log-in to Office 365 using the script below: $UserCredential = Get-Credential $Session = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential ...
    • How to open a Shared Mailbox on iOS.

      On your iOS device, go to Settings > Mail > Add Account. Select "Other" from the list of types. Select "Add Mail Account" Enter a name for the mail account (e.g. "Enquiries"). Enter the e-mail address of the Shared Mailbox. Enter the password of a ...
    • How to access a Shared Mailbox from OWA.

      1. From OWA (https://outlook.office.com/owa/), please click on your name in the upper right part of the window. 2. From the menu that will display, please click on "Open another mailbox..." 3. In the Open another mailbox window that will appear, ...
    • Create shared mailboxes in Office 365.

      Shared mailboxes in Office 365 make it easy for a group of people to monitor and send email from a common email addresses, like info@contoso.com, support@fourthcoffee.com or contact@contoso.com. When a person in the group replies to a message sent to ...
    • How to open a Shared Mailbox in Outlook for Mac.

      Open Outlook for Mac. Select Outlook from the Toolbar. Select Preferences. Select Accounts. Select Advanced. Select Delegates. Select the + under the Open these additional mailboxes section. Notes: The shared mailbox account is added as an option in ...