Welcome to our new blog post about How to convert Microsoft 365 Regular Mailbox to Shared Mailbox. Microsoft 365 provides a useful feature that allows the conversion of regular mailboxes into shared mailboxes. This functionality is particularly beneficial when an employee leaves the company or when a team needs to manage emails collectively without requiring additional licenses. In this guide, we will walk you through the process of converting a Microsoft 365 regular mailbox into a shared mailbox, explaining its advantages and step-by-step instructions
Table of Contents
What is a shared Mailbox?
A shared mailbox is a type of mailbox that multiple users can access to send and receive emails from a common email address (e.g., support@yourcompany.com). It allows teams to collaborate seamlessly without needing separate credentials. Shared mailboxes help streamline communication by centralizing email management, ensuring that important messages are accessible to all relevant team members. Additionally, unlike a regular mailbox, a shared mailbox does not require a Microsoft 365 license, provided its storage remains under 50GB and is not assigned to an individual user.
How to convert Microsoft 365 Regular Mailbox to Shared Mailbox
Option 1: Convert Account on the Admin Portal
In this section we will show you, How to convert Microsoft 365 Regular Mailbox to Shared Mailbox with the help of the Admin Portal. Just follow the steps.
- Go to admin.microsoft.com and login with you admin credentials
- Navigate to Active Users
- Find the User Mailbox
- In the user’s settings page, click on the Mail tab
- Scroll down to the More actions
- Click Convert to Shared Mailbox
- Confirm the conversion when prompted
Perfect, you can now check in your Teams & groups for your converted shared mailbox.
Step 2: Convert Account with PowerShell
In this section we will show you, How to convert Microsoft 365 Regular Mailbox to Shared Mailbox with the help of PowerShell. We will use the ExchangeOnlineManagement module. First we will need to install it. If you encounter problems login in, try use the PowerShell 7 or higher version. This should solve your issue.
- Open PowerShell as an administrator
Run the following command to Install the Module. Accept with Yes to All.
Install-Module ExchangeOnlineManagement
Next we will Import the Module.
Import-Module ExchangeOnlineManagement
Now we will connect to the ExchangeOnlineManagement module. Make sure you have you Microsoft 365 administrator ready. We will need this to authenticate.
Connect-ExchangeOnline -Device
You will now need to open the website shown. There you will need to enter the shown code to the field.
- Open a Browser
- Go to https://microsoft.com/devicelogin
- Enter the code which is shown in the PowerShell command
- Login with your administrator and allow the Rest API
After you have logged in with your administrator, you will see in your PowerShell command that the login was successfully.
It should look something like this.
Now, to convert the Regular Mailbox to a Shared Mailbox, you just have to run the following command.
Set-Mailbox -Identity user@yourdomain.com -Type Shared
Change the Identity to the UPN of your account you want to convert.
Conclusion
In this blog post we How to convert Microsoft 365 Regular Mailbox to Shared Mailbox. First, we had a look how we can convert a Regular Mailbox to a Shared Mailbox within the Admin Portal. In the second step, we checked the PowerShell command how we can do the same withing the ExchangeOnline module. We hope this guide has provided you with valuable insights to improve your device management strategy. Did you enjoy this article? Dont forget to follow us and share this article. If you have any questions or need further assistance, feel free to reach out or leave a comment below.