A Shared Mailbox is one such facility especially for a team who is working together to manage and communicate with a large customer base. Unlike user mailboxes, shared mailboxes and its contents can be accessed by many for email communication and don’t require a license in normal situations. That makes communication easier by sending them from a common email address.

Microsoft 365 administrators can convert a regular mailbox to a shared mailbox so that more users can access it. Also, there are situations where a shared mailbox is to be converted to a user mailbox. Here, we will be discussing all about the conversion of a user mailbox to a shared one and the reverse process as well.

Why do We Convert a User Mailbox to a Shared Mailbox?

The need for the conversion of a user mailbox to a shared mailbox arises in different situations:

  • For sharing information: When the workload increases, multiple people will have to perform the same task which was previously done by a single user. So, one naturally will have to share the previous data with all those people. An easy way to do this is to convert their mailbox into a shared one.
  • For backing up user data: After employee exits, it may be essential to share data with multiple users. This can be done by converting it to a shared mailbox that is accessible to the concerned users. Any important information about the previous employee will stay as it is in the Shared mailbox for any use in the future. Another advantage is that the user license can be removed from the mailbox after conversion.
  • Better time management: Since all the team members have access to each other’s calendar entries, it becomes easier to schedule meetings and events according to everybody’s availability. No time is wasted in inquiring about available time slots and then arranging the meeting calls.
  • Wrong migration: If you have mistakenly migrated shared mailbox data to a user mailbox, you can simply convert that user mailbox to a shared mailbox.
  • Reduction in response time: Generally, a shared mailbox is preferred by a customer support team. Since many users are available for a single client, the response time gets reduced which further makes for a satisfactory experience for them.

Conversion of a User Mailbox to a Shared Mailbox

Converting the user mailbox to a shared mailbox does not create an empty mailbox, but the existing contacts and emails will remain present in the shared mailbox. The members can access the contents instead of the owner. Later, you can convert the shared mailbox to user mailbox also.

Important points to remember

  • Only a licensed account user mailbox can be converted to a shared mailbox, otherwise the option for conversion will not be activated. If the user has removed the license from account, then it must be reattached before creating a shared mailbox.
  • A shared mailbox without license gets a storage space up to 50 GB. To increase the storage quota to 100GB, you need to have a valid license. Otherwise, you will have to remove all the large sized attachments and messages.
  • There is no need to set a new password. If you don’t reset it, the same username and password will carry in the Shared mailbox even after the conversion.
  • The inbox rules which have been applied to the original mailbox remain as it is.
  • Shared mailbox does not appear on mobile devices since their support is limited.
  • Do not delete the old account as it is required to anchor the shared mailbox.

Steps to Convert Regular Mailbox to Shared Mailbox

Shared mailboxes prove to be beneficial, especially while working with team on the same project where communication to the external party is performed via a common email address and employees need to collaborate to carry on the work smoothly.

To convert a regular mailbox to a shared mailbox, follow the given simple steps:

  1. Login to Microsoft 365 and click on Admin option.click on Admin option
  2. In Admin Centers list, choose Exchange option.choose Exchange option
  3. Choose the mailbox whom you want to change to a shared mailbox. Click on more option and select ‘convert to shared mailbox.’convert to shared mailbox
  4. The wizard will ask you to confirm that if you want to share regular mailbox to shared one. Click on yes.confirm that you want to share regular mailbox to shared one

How to convert a regular mailbox to a shared mailbox using PowerShell?

Users must connect to the Exchange Online PowerShell first using the following procedure.

  1. Run the Windows PowerShell as an administrator.
  2. Execute this command.
    $UserCredential = Get-Credential

    A dialogue box asking to enter Microsoft 365 account credentials will get open. Provide the global administrator credentials and click on OK.

  3. Next, execute the command as follows.
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection

    Wait for the connection to be established.

  4. Now, run the final command as follows.
    Import-PSSession $Session -DisableNameChecking
  5. Now, you are connected to the Exchange Online PowerShell.
  6. Microsoft 365 users can use the below command syntax to convert a regular user mailbox to a shared one through Exchange Online PowerShell.
    Set-Mailbox -Identity <user mailbox name@domainname> -Type:Shared

Note: Users must be a member of the Recipient Management or Organization Management Role group to run the above command.

We will now move to see how a shared mailbox can be converted to a regular mailbox in Microsoft 365.

Steps to Convert a Shared Mailbox Back to a Regular Mailbox

Once the purpose of the Shared mailbox is achieved, the admin can convert all those mailboxes to regular ones. It will ensure the privacy of work, contacts, and calendar of an individual by not sharing those details with other employees.

It takes a few minutes for the user’s account to get set up properly. Once they sign into their mailbox, the previous calendar entries and emails from the shared mailbox will continue to reflect here.

One can convert a shared mailbox to a regular mailbox easily by following the steps:

  1. Log in to your Office 365 account as an administrator. Navigate to Microsoft 365 Admin Center and select Exchange.
    Office 365 account
  2. Go to Recipients>>Shared. Select the shared mailbox and then click Convert under Convert to regular mailbox.
    Select the shared mailbox
  3. A warning message will pop up, asking for confirmation. Click Yes to continue.
    warning messageNote: You need to assign a license and reset the password for the mailbox after conversion.
  4. The conversion will take a little time. After that, a completion message is displayed. Once completed, click Close to exit.
    conversion process

    conversion process

  5. When you sign in to Microsoft 365 again, you can find that this shared mailbox has been converted to a regular mailbox. The converted mailbox contains all the data of the shared mailbox.