Home » Office 365 » How to Migrate Shared Mailbox to Office 365? Elucidated Step by Step Guide
Office 365 ~ 6 Minutes Reading

How to Migrate Shared Mailbox to Office 365? Elucidated Step by Step Guide

author
Published By Mohit Jha
Anuraag Singh
Approved By Anuraag Singh
Calendar
Published On May 29th, 2024
This article covers the easiest solution to the user’s query i.e “how to migrate shared mailbox to Office 365?” So keep yourself with us and continue the reading. Let’s start from the beginning!

Recently, our organization has acquired a company. Both organizations are using Office 365 tenants, now our concern is to transfer data from O365 (from the acquired company) including O365 shared mailbox data. But, after searching on the internet we don’t have to find any way to migrate a shared mailbox to Office 365. If there is an automated migration tool, please suggest it.

—Edward loren

What is a Shared Mailbox?

A shared mailbox is a mailbox that can be accessed by more than one user. It allows members of the tenant to view, read, and respond to messages. A shared mailbox email address is not associated with a dedicated user account, which means there is no user name and password associated with a shared mailbox.

Users do not need to assign any license to the shared mailbox because the user of Office 365 tenant uses their accounts to access the shared mailbox.

What is a Shared Mailbox in Office 365?

A shared mailbox is a mailbox that is accessed by multiple users to receive or send emails. In this type of mailbox, the admin grants the access to the members.
When an admin grants access to a particular mailbox members can see it in their mailbox with a separate folder. Microsoft only offers a storage quota of 50 GB for shared mailboxes.

Let us take a scenario to explain what a shared mailbox is in detail –

Assume that you are the Head of the Human Resources department of an organization where your assistant also needs to access your mailbox to manage the emails and accomplish the tasks, by using a shared mailbox you can assign access to them to manage your emails and contacts.
This example is a representation of a shared mailbox and from this, we can also able to understand the need for a shared mailbox.

What are the Different Ways to Move Shared Mailbox Data to Office 365?

 

Before knowing the procedure to migrate shared mailboxes to Office 365, you have to understand there is no direct way to do this migration. However, you can convert the shared mailbox to Office 365 user mailbox using Exchange Admin Center and using the PowerShell script. Microsoft does not provide any built-in tools for this. 

How to Move Shared Mailbox to Office 365 Using PowerShell Script?

Another option is to convert the shared mailbox to an Office 365 user mailbox through PowerShell scripts. To do this, we have to use the “Set-Mailbox cmdlet” in which we are going to specify the respective email address as the mailbox identity. You can use the mailbox name as well. However, the email address makes it more unique and removes the chances of choosing the wrong mailbox. Which makes it an optimal choice for running in the script.

PowerShell to Convert the Shared Mailbox to Office 365 User Mailbox

Step  1. In the very first step, you have to connect it to Exchange Online.

Connect-ExchangeOnline -UserPrincipalName xyz@office365tips.onmicrosoft.com

Step  2. Now run the below PowerShell scripts to convert the shared mailbox to a User Mailbox in Office 365.

Set-Mailbox -Identity xyz@office365tips -Type Regular

Step 3. Once you have run the above script, then you can verify the conversion. To check it, you have to run the Get-Mailbox cmdlet. Using the Set-Mailbox cmdlet, we can only convert the shared mailbox to the user mailbox but we can not get the information about the output or confirmation regarding the successful execution. Use the below PowerShell scripts to get the status of the mailbox.

Get-Mailbox -Identity xyz@office365tips.onmicrosoft.com | Select Name, RecipientTypeDetails

It will show the result as:

# Result

Name RecipientTypeDetails

—- ——————–

xyz-test UserMailbox

Limitations of Using PowerShell to Convert Shared Mailbox to Office 365 User Mailbox

Here are some of the noteworthy limitations that you can encounter:

  1. Overall Complexity of the Process – It becomes technical and complex when the PowerShell is involved. While dealing with this process, requires the admin to be technically sound to incorporate the PowerShell script into Exchange Online. Mistype or incorrect PowerShell scripts can result in data loss or other issues. Which can not be undone later. 
  2. Chances of Data Loss Risks in the Process – Executing the PowerShell script and selecting the respective shared mailbox email address, all these steps require human efforts. Which can also result in human error at the same time. Choosing the wrong shared mailbox can completely change the identity and permissions of the respective users.
  3. Confusion in Permission Handling – Shared Mailboxes often have unique permission settings set by admins. Which allows specific users to access the respective mailboxes. While the shared mailbox to Office 365 user mailbox conversion, any confusion can lead to data duplicacy or a breach in data integrity throughout the process.
  4. Only Conversion not Migration – Using this method, only administrators can convert mailboxes to user mailboxes. which eliminates the possibility of the coexistence of shared mailboxes. When a shared mailbox is converted to a user mailbox, that shared mailbox no longer exists.

 

Related: How to Move Office 365 Mailbox to Another User Account?

Change Shared Mailbox to Office 365 Regular Mailbox Using New EAC

  • Step 1. Login to the New EAC (Exchange Admin Center) and navigate to Recipients > Mailboxes. 
  • Step 2. Here you will find the list of all the user mailboxes and shared mailboxes. Filter the list and set it to display only the shared mailboxes by clicking on the Filter button.
  • Step 3. Choose the desired shared mailboxes that you want to convert into regular mailboxes. Click on the display name.
  • Step 4. Navigate to more options pane, and then click on the Convert to regular mailbox option. 
  • Step 5. It will open the mailbox conversion wizard. Click on the Confirm button to proceed further.

 

Also Read: How to perform Office 365 Tenant to Tenant Migration Step By Step?

Conclusion

 

This problem-solving blog will help users who need a reliable answer on “how to migrate a shared mailbox to Office 365?” In this blog, we have discussed both the methods, a technical and time-consuming manual method, and a quick and reliable automated solution for the same.

 

By using the above-mentioned tool, users can easily migrate shared mailboxes to exchange online, with maximum data protection and integrity.

 

User Review

An online query brought me to this post, after trying this utility, what I liked the most about this tool is the smart features like a date-based filter, priority-wise migration option, and the option to re-run migration for failed items in Office 365, etc. I have a great experience with this tool and will recommend it to everyone who is looking to migrate shared mailbox to Office 365.