Exchange Mailbox with Prohibit Send Status
From KlavoWiki
To Display the mailboxes with a status of ProhibitSend
Get-MailboxDatabase -Identity ap-mailbox-db* | Get-MailboxStatistics | where {$_.StorageLimitStatus -eq "ProhibitSend"}
To Display the mailboxes with a status of ProhibitSend
Get-MailboxDatabase -Identity ap-mailbox-db* | Get-MailboxStatistics | where {$_.StorageLimitStatus -eq "ProhibitSend"}