01 July 2014

Report Exchange database limits


Get-MailboxDatabase -Status | Select-Object Name, @{name='Warning';Exp={([string]$_.IssueWarningQuota).Split(' ')[0]+' MB'}}, @{name='ProhibitSend';Exp={([string]$_.ProhibitSendQuota).Split(' ')[0]+' MB'}}, @{name='ProhibitSendReceive';Exp={([string]$_.ProhibitSendReceiveQuota).Split(' ')[0]+' MB'}}

No comments:

Post a Comment