Golfreeze.packetlove.com: Life style of Golfreeze Canon400D Family kammtan.com Jazz Freebsd Unix Linux System Admin guitar Music

All about unix linux freebsd and FAQ for Packetlove.com Web hosting , Mail hosting , VoIP + IP PBX server => All Window server and client and application => Topic started by: golfreeze on เมษายน 11, 2016, 04:02:01 PM

Title: exchange 2007 sp3 check storage quota for each user in domain
Post by: golfreeze on เมษายน 11, 2016, 04:02:01 PM
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