Exchange 2010, SP2, UR6
On each of my databases I have set default limits of say 120, 140, and 160MB.
When I run the following script:

Get-Mailbox -ResultSize Unlimited | Select-Object DisplayName, 
IssueWarningQuota, ProhibitSendQuota, 
@{label="TotalItemSize(MB)";expression={(Get-MailboxStatistics 
$_).TotalItemSize.Value.ToMB()}}, 
@{label="ItemCount";expression={(Get-MailboxStatistics $_).ItemCount}}, 
Database | Export-Csv "C:\Scripts\UserMailboxSizes.csv" -NoTypeInformation

all the users that have Use the Mailbox Database Defaults show up as Unlimited.
Users that I have set limits individually on show up correctly.  This is not a 
replication issue.  They have been set up like this for days.  It is only 
because I ran the script above that this came to light.  Event logs look good.  
Databases on a 3-node DAG - everything is healthy.
Can someone point me to what would keep the mailbox database defaults from 
propagating to the mailboxes?

-Paul


Reply via email to