This is for Exchange On-Premise.
Get-Mailbox -ResultSize Unlimited | Get-MailboxStatistics | Where-Object { $_.TotalItemSize -gt "2GB" } | Select-Object DisplayName, ItemCount, TotalItemSize | Sort-Object TotalItemSize -Descending
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Comment *
Don’t forget to follow me via social media to get the latest news when it happens.
This Post Has 0 Comments