Archive mailbox sizes can grow over time, which might exceed storage quotas and lead to issues with retaining emails. By checking their size regularly, you can proactively manage storage limits. Here, you’ll learn how to view archive mailbox size in Exchange Online to ensure uninterrupted email services.
- In the Exchange admin center, navigate to Mailboxes under Recipients and select a mailbox to view archive size.
- Under the Others tab, click Manage mailbox archive from the Mailbox archive menu in the flyout pane.
While the Exchange admin center provides an option to view archive mailbox sizes, manually checking the size of each archive mailbox can be time-consuming, especially for large organizations.
To overcome this inefficiency, you can use our 'GetArchiveMailboxSize.ps1' PowerShell script mentioned as solution in the Option 3. This script exports a detailed list of all archived mailboxes, including key information such as mailbox type, archive name, current size, quota, warning quota, and more.
Here's how the script provides more flexibility and granular reporting for archive mailboxes in your Exchange Online.
Get archive size for user mailboxes
To export archive enabled user mailboxes, you can run the script with the -UserMBOnly parameter.
Export all shared archive mailbox sizes
To find shared mailbox archive size, you can execute the script with the -SharedMBOnly parameter.
Identify mailboxes with auto-expanding archives
To list archived mailboxes with Exchange Online auto-expanding archive enabled, you can execute the script with the -AutoExpandingArchiveEnabled parameter.