Microsoft 365: Convert User Mailbox to Shared Mailbox using PowerShell  

Microsoft 365: Convert User Mailbox to Shared Mailbox using PowerShell

Microsoft 365 admins often search for a way to convert a user mailbox to a shared mailbox. If you are one of them, this blog is for you.

Reasons to Convert a Mailbox to a Shared Mailbox in Office 365

When you convert a user mailbox to a shared mailbox, all the existing emails and calendars are retained. Only the type of the mailbox is changed.

  • When an employee leaves an organization, the administrator can convert the mailbox to a shared mailbox to share data with team members.
  • Since a shared mailbox doesn’t require a license, the administrator can convert former employees’ accounts to a shared mailbox.
  • When a mailbox needs to be accessed by multiple users, you can convert it to a shared mailbox.

Note: When you modify a user mailbox to a shared mailbox, the mailbox must have a license. After conversion, you can remove the license.

How to Convert a User Mailbox to a Shared Mailbox?

You can convert an Office 365 mailbox to a shared mailbox through Exchange admin center (EAC) or PowerShell. This blog explains both methods with detailed steps. You can choose any one of the methods based on your convenience.

Turn a User Mailbox to a Shared Mailbox using EAC:

  1. Go to Exchange admin center –>Recipients –>Mailboxes.
  2. Select the mailbox which you want to convert.
  3. Under ‘More Actions’, Click Convert to shared mailbox and ‘Confirm.

It will show progress like “Mailbox is being converted from regular type to shared type.”

Note: When you get the shared mailbox size and it is found less than 50 GB, the license for the mailbox can be removed.

Convert user mailbox to shared mailbox office 365

Convert a User Mailbox to a Shared Mailbox using PowerShell:

You must connect to Exchange Online PowerShell to convert mailbox to shared mailbox using PowerShell and run the following cmdlet.

Set-Mailbox –Identity <MailboxIdentity> -Type Shared  

For example,

Set-Mailbox –Identity [email protected] -Type Shared  

It will change the user mailbox Sales to Shared mailbox.

If you want to convert shared mailbox to user mailbox, use the below syntax.

Set-Mailbox –Identity [email protected] -Type Regular  

You can use ‘Type‘ as Room and Equipment to convert user mailbox to room mailbox and equipment mailbox, respectively.

How do you Know this Worked?

To verify whether the mailbox has been converted successfully, you can use the Get-Mailbox cmdlet as below.

Get-Mailbox –Identity <MailboxIdentity> | ft RecipientTypeDetails 

Convert user mailbox to shared mailbox PowerShell

After converting a mailbox to a shared mailbox, you can remove licenses from the mailbox if the mailbox size is lesser than 50 GB, litigation hold, and in-place archiving are disabled. You can also use the PowerShell script to identify licensed shared mailboxes with the mailbox size, litigation hold, and in-place archiving status.

Are you feeling overwhelmed by the complex PowerShell scripts? No need to worry anymore!

Experience the effortless monitoring of mailbox activities and gain comprehensive statistics on all Office 365 activities with AdminDroid! Let’s explore how AdminDroid simplifies administrative tasks and enhances productivity through its cutting-edge solutions.

Enhance Office 365 Mailbox Monitoring Efficiency with AdminDroid!

It is crucial to establish a robust monitoring system to ensure efficient management and security of Office 365 mailboxes after converting them into shared mailboxes. Monitoring shared mailboxes helps to ensure several purposes, such as effective communication, productivity, and customer service, and helps maintain compliance with industry regulations. While PowerShell and audit logs offer certain ways to monitor activities, it is essential to acknowledge certain limitations associated with these methods. These limitations include limited visibility, storage, lack of centralized management, etc.

Here is where AdminDroid’s shared mailbox reporting comes to save the day, offering insightful reports that includes,

  • Microsoft 365 shared mailboxes
  • Microsoft 365 shared mailbox members
  • Recently created shared mailboxes
  • Licensed shared mailboxes
  • Mailboxes on litigation hold
  • Mailbox size over time
  • Shared mailboxes with In-place hold

convert usermailbox to sharedmailbox

Further, the AdminDroid Exchange Online reporting tool provides a comprehensive range of 170+ insightful reports concerning Office 365 mailboxes within your organization. It offers details on various aspects such as daily overall storage used, daily quota status, mailbox size over time, mailbox over warning quota, mailbox usage, settings, permissions, and security. So, don’t wait any longer! Experience the ease and efficiency of Exchange Online management with AdminDroid.

Download AdminDroid now and unlock powerful insights into your Microsoft 365 environment.

I hope this blog will help you in converting user mailbox to shared mailbox.

Microsoft 365: Convert User Mailbox to Shared Mailbox using PowerShell  

by Kathy time to read: 3 min
0