Check quota usage of all users on a server
Revision as of 07:45, 28 April 2016 by Shanxt (talk | contribs) (Shanxt moved page Check quota usage of all users in a domain to Check quota usage of all users on a server: incorrect info)
Contents
Check quota usage of all users on a server
- This article is a Work in Progress, and may be unfinished or missing sections.
Purpose
How to check quota usage of users on a server.
Resolution
With the help of following command you can check quota usage of users on a server:-
zmprov getQuotaUsage server.example.com
You will get output in following format:-
USERNAME MAX_QUOTA_LIMIT QUOTA_USAGE user1@mydomain.com 0 20207096 user2@mydomain.com 0 166042 testuser@mydomain.com 0 132197
Additional Content
- No related content.