I wanted to see what was queued up on my Hub Transport servers and the Queue viewer didn’t fit the bill, but this line of code did ;-)
[PS] C:ps>Get-ExchangeServer | where {$_.ServerRole -eq “HubTransport”} | get-queue
I wanted to see what was queued up on my Hub Transport servers and the Queue viewer didn’t fit the bill, but this line of code did ;-)
[PS] C:ps>Get-ExchangeServer | where {$_.ServerRole -eq “HubTransport”} | get-queue