Exchange 2010 : View Transport Server Queue
Use the following Exchange Shell command to view the current queue o all transport servers:
get-transportserver | get-queue
This can be limited to a subset of servers using the query below. This method of changing the scope of the command relies on you servers having a similar name, in this case all servers start “UK” :
get-transportserver “UK*” | get-queue