When you run a Microsoft Exchange Server 2013 cmdlet that uses a comparison parameter such as the following, incorrect results are returned:
Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails "UserMailbox" | Where {$_. ProhibitSendQuota –gt 500MB}