Exchange Mailbox with Prohibit Send Status

From KlavoWiki
Revision as of 00:39, 11 February 2015 by David (talk | contribs) (Created page with "To Display the mailboxes with a status of ProhibitSend <pre> Get-MailboxDatabase -Identity ap-mailbox-db* | Get-MailboxStatistics | where {$_.StorageLimitStatus -eq "Prohibit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To Display the mailboxes with a status of ProhibitSend

Get-MailboxDatabase -Identity ap-mailbox-db* | Get-MailboxStatistics | where {$_.StorageLimitStatus -eq "ProhibitSend"}