Skip to content
easily migrate logo
Menu
  • Home
  • Categories
    • Office 365
    • Outlook
    • Gmail
    • Google workspace
  • Contact
  • About
Menu

Process to Convert Shared Mailboxes to User Accounts

Posted on December 15, 2023

In Microsoft 365, shared mailboxes can be changed to user mailboxes. This may be required if you want to access the mailbox directly (through a particular app or device) or if you unintentionally change the incorrect regular mailbox to shared mailbox. Remember that a license is always needed for a user mailbox. This can be an Exchange Online-only plan or a Microsoft 365 plan that includes Exchange Online. You won’t be allowed to use the mailbox without the license. I’ll cover how to use PowerShell or the admin center to change a shared mailbox to a user mailbox in this article.

Table of Content

  • 1 Microsoft exchange shared vs regular mailbox
    • 1.1 Shared Mailbox
    • 1.2 Regular Mailbox
  • 2 Convert Shared Mailboxes to User
    • 2.1 Convert Shared Mailbox to User with PowerShell
      • 2.1.1 Conclusion

Microsoft exchange shared vs regular mailbox

The following list of distinctions between the two is:

Shared Mailbox

  • License-free storage up to 50 GB is available.
  • It is accessible to numerous users.
  • Accessing the shared mailbox requires permission.

Regular Mailbox

  • A license is necessary.
  • Enter your login credentials to log in.
  • Mailbox size is determined by subscription level.

Convert Shared Mailboxes to User

The Exchange Admin Center and PowerShell are the two methods available to us for converting the shared mailbox. To begin, let’s look at the Exchange Admin Center (EAC).

In the Exchange Admin Center, the shared mailboxes appear in between the regular mailboxes. You can use the filter to display only shared mailboxes or search the list for the shared mailbox name:

click on shared mailbox

Let’s switch the mailbox back to a user mailbox now that the shared mailboxes are visible:

  • Open the shared mailbox in Exchange Admin Center.
  • Select the “Others” tab.
  • Choose Convert to regular mailbox.
  • On the prompt, select Confirm.

click on regular mailbox

In the mailboxes list, the mailbox must now be identified as a User Mailbox. You won’t be allowed to access the mailbox if you don’t assign the user proper license!

Convert Shared Mailbox to User with PowerShell

In order to change the shared mailbox again to a user mailbox, PowerShell can also be used. You must have the Exchange Online module installed in PowerShell in order to do this.

We’ll use the Set-Mailbox cmdlet to convert the mailbox back. We are using the mailbox’s email address to verify identity. Although using the mailbox name is also an option, using an email address is preferable because it is unique.

# Connect to Exchange Online

Connect-ExchangeOnline -UserPrincipalName admin@easilymigrate.onmicrosoft.com

# Convert Shared mailbox back to user

Set-Mailbox -Identity test@easilymigrate.onmicrosoft.com -Type Regular

There will be no output or indication that the operation was successful from the cmdlet. You will only be informed if there is a mistake. Therefore, we can use the Get-Mailbox cmdlet to confirm if the mailbox has been converted to a regular mailbox:

Get-Mailbox -Identity test@easilymigrate.onmicrosoft.com | Select Name, RecipientTypeDetails # ResultName        RecipientTypeDetails----        --------------------Test UserMailbox

The mailbox type is currently set to user mailbox, as you can see. Once more, confirm that the user account has the proper license assigned to it in order for you to access the mailbox.

Conclusion

It is equally simple to convert a shared mailboxes to user mailbox and vice versa. Ensure that the user mailbox has a license assigned to it. Transforming a shared mailbox into a user mailbox will help you work better and make sure that messages reach the right people on time. Time is saved, confusion is removed, and improved conversation tracking is made possible by doing this.

I truly believe you found this post useful. Please feel free to ask any questions in the comments section below.

Read More: Recall an email in Outlook
Convert mailboxes to shared mailboxes

 

 

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Multiple Ways to Enable Archive Mailbox in Microsoft 365
  • Best 2 Free Ways to Export Office 365 Mailbox to PST File
  • How to Increase Office 365 mailbox size: A Complete Guide
  • Step-by-Step Guide: How to Sync SharePoint with OneDrive
  • Increase Outlook Email attachment size limit in Office 365
©2025 EasilyMigrate | Design: Newspaperly WordPress Theme