Created
August 14, 2023 10:42
-
-
Save Apoc70/386372e164621a692f8dccb5c3e8fb0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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