1. เปิด exchange power shell
2. รัน command
get-mailbox | where {$_.UseDatabaseQuotaDefaults -ne $true}
Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
DiscoverySearchMailbox... DiscoverySearchMa... prod-ex2010-01 50 GB (53,687,091,200 bytes)
Alannah.Shaw Alannah.Shaw prod-ex2010-01 unlimited
Almaz.Duggan Almaz.Duggan prod-ex2010-01 600 MB (629,145,600 bytes)
3. save output to file
get-mailbox | where {$_.UseDatabaseQuotaDefaults -ne $true} > C:\quota.csv