View mailbox quotas for all users via powershell

Reading Time: < 1 minute

To be able to view a list of all users within Exchange 2007 with mailbox quota limits, use the command below:

Get-Mailbox -ResultSize unlimited |Where{($_.UseDatabaseQuotaDefaults -eq $false)}

How useful was this post?

Click on a star to rate it!

As you found this post useful...

Follow us on social media!

3 thoughts on “View mailbox quotas for all users via powershell

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.