Office 365 offers a wide range of benefits for businesses, and one of the most practical features is shared mailboxes. Shared mailboxes allow multiple users to access and manage email communications, and they come with built-in calendar functionalities for scheduling and sharing event information.
The best part? If the shared mailbox holds up to 50GB of data, you don’t need a license for it. However, for data exceeding 50GB, a license is required.
There are several scenarios where converting a regular user mailbox into a shared mailbox becomes necessary:
Regardless of the scenario, converting a user mailbox to a shared one can provide operational benefits. Let’s walk through the process.
Follow these steps to convert a regular mailbox to a shared mailbox in Office 365:
Important Note: If the shared mailbox exceeds 50GB, a license will be required. Additionally, ensure you disable sign-in for the shared mailbox to avoid security issues.
If you prefer or need to use Exchange Online PowerShell, you can also convert a user mailbox to a shared one via command line:
$UserCredential = Get-Credential
Enter your Office 365 admin credentials in the pop-up dialog.$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session -DisableNameChecking
Set-Mailbox -Identity "user@example.com" -Type:Shared
This command will convert the user mailbox to a shared mailbox.If at any point you need to revert the shared mailbox back to a regular user mailbox, you can use the command: Set-Mailbox -Identity "user@example.com" -Type:Regular
Occasionally, you may need to convert a shared mailbox back into a regular user mailbox. Here’s how to do it:
Note: After conversion, assign a license to the mailbox as it can only function without one for 30 days.
Converting between user mailboxes and shared mailboxes in Office 365 is a straightforward process that can be completed using either the Office 365 Admin Center or PowerShell. Keep in mind the licensing requirements, especially if the shared mailbox exceeds 50GB of data.
For businesses concerned about data security, especially when migrating or managing large volumes of data, a professional Office 365 Backup tool can help safeguard mailboxes by storing data in PST format. This provides additional flexibility and peace of mind for future access.
1. Do shared mailboxes require a license in Office 365?
Shared mailboxes do not require a license as long as they hold less than 50GB of data. If the mailbox exceeds 50GB, a license is needed.
2. Can I convert a shared mailbox back to a user mailbox?
Yes, you can easily convert a shared mailbox back into a user mailbox using either the Office 365 Admin Center or PowerShell.
3. Will converting a user mailbox to shared affect email rules?
No, the existing email rules remain intact after conversion, though you should avoid making significant changes to the rules once converted.
4. What happens if I delete the user mailbox after conversion?
Do not delete the user mailbox after conversion, as it serves as an anchor for the shared mailbox to function correctly.
5. How do I backup a shared mailbox in Office 365?
You can use third-party tools like Office 365 to PST Converter software to securely back up shared mailboxes and store the data in PST format for future use.