Every morning I run a simple command to get a list of queues to see if anything's stuck. I upgraded one of our servers and my admin workstation to CU5 today and now that command won't accept input from anything else useful that I can find.
On SP1, this command is awesome...
Get-TransportService | Get-Queue | where {$_.messagecount -gt 0}
On CU5, I get nothing.
I've also tried Get-TransportServer (deprecated) and Get-ExchangeServer as the source, also with nothing. Get-Queue doesn't appear to be accepting anything as valid input. It doesn't kick an error, it just doesn't do anything with whatever is piped to it.
Any ideas? I'm really not looking forward to checking everything by hand regularly.
--smthng