Symptoms
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}
Cause
This behavior occurs when you run the cmdlet on a client that does not have the Exchange Server 2013 Management Tools installed. This is the expected behavior in Exchange Server 2013.
Note Correct results are returned when you run the cmdlet directly on a server that's running Exchange Server 2013.Resolution
To resolve this problem, install Exchange Server 2013 Management Tools on the client.