|_ProhibitSendQuota_|_mDBOverQuotaLimit_|**Get-Mailbox** <br/> **Get-MailUser** <br/> **Get-RemoteMailbox**|A byte quantified size value (for example, `300MB` or `1.5GB`), or `Unlimited`. Unqualified values are treated as bytes.|You can only use the _Filter_ parameter to look for the value `Unlimited` for this property. For example, `Get-Mailbox -Filter {ProhibitSendQuota -eq 'Unlimited'}` or `Get-Mailbox -Filter {ProhibitSendQuota -ne 'Unlimited'}`. <br/> You can't use the _Filter_ parameter to look for size values of this property. Instead, use this syntax: Get-Mailbox \| where {$_.ProhibitSendQuota -<Operator> '<Size>'}. For example, Get-Mailbox \| where {$_.ProhibitSendQuota -lt '70GB'}.|
0 commit comments