How do you track storage usage of a licensed shared mailbox?
You can track storage usage and limits for licensed shared mailboxes in Microsoft 365 using the admin center or PowerShell. Monitoring the shared mailbox size is important, especially if it’s approaching storage limits or if compliance policies are enabled.
Track Shared Mailbox Storage Using Exchange Admin Center
- Login to your Exchange admin center with your admin credentials and click on .
- Filter the shared mailboxes using the Filter icon and select the desired shared mailbox which you want to check.
- Under the General tab, go to the Mailbox Usage section. Here, you will see the current total mailbox size and percentage of used storage.
Check Shared Mailbox Storage Capacity Using PowerShell
To get more detailed and bulk reporting on shared mailbox storage, PowerShell is an efficient option.
- Run the below cmdlet to connect to the Exchange Online PowerShell module.
Connect-ExchangeOnline
- Retrieve storage information for all shared mailboxes by executing the cmdlet below.
Get-Mailbox -RecipientTypeDetails SharedMailbox -ResultSize Unlimited | Get-MailboxStatistics | Select DisplayName, TotalItemSize, ItemCount
- This command lists the total storage size and item count for all shared mailboxes.
While the admin center and PowerShell are effective, AdminDroid offers an even more streamlined and feature-rich solution for monitoring shared mailbox storage over time.
One of the standout reports in AdminDroid is the Shared Mailbox Size Over Time report. This feature allows you to not only view the current size but also track the growth of shared mailboxes over a period. This visibility helps administrators plan for future storage needs, identify any unusual activity, and stay ahead of compliance requirements.