Skip to content

Instantly share code, notes, and snippets.

@Apoc70
Created August 14, 2023 10:42
Show Gist options
  • Save Apoc70/386372e164621a692f8dccb5c3e8fb0b to your computer and use it in GitHub Desktop.
Save Apoc70/386372e164621a692f8dccb5c3e8fb0b to your computer and use it in GitHub Desktop.
# Get EXO mailboxes by size
Get-ExoMailbox -RecipientTypeDetails UserMailbox -ResultSize Unlimited | Get-ExoMailboxStatistics | Sort TotalItemSize -Descending | Format-Table DisplayName, TotalItemSize, ItemCount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment