Author Topic: exchange 2007 sp3 check storage quota for each user in domain  (Read 3994 times)

golfreeze

  • Administrator
  • Hero Member
  • *****
  • Posts: 2140
    • View Profile
    • นั่งสมาธิ สติปัฏฐานสี่ พาเที่ยววัด แนะนำวัด แจกcd ธรรมะฟรี
    • Email
exchange 2007 sp3 check storage quota for each user in domain
« 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
« Last Edit: เมษายน 11, 2016, 04:59:08 PM by golfreeze »