Viewing all Hub Transport queues
I would like to be able to see all my Hub Transport queues, rather than using the Management Console to access each server's queues at one time. Does anyone know a powershell command that will return all Hub Transport queues, sorting the queue with the most email at the top? Is there any way to see this in the Managment Console?
June 22nd, 2011 10:10pm

get-transport server | get-queue or just get-queue | FL from any transport serverThanks Uday Kiran, Senior Consultant Cyquent Technology Consultants, Dubai Please Mark as answer if it helps you
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2011 10:35pm

Thanks, yes I knew that but how do I view with the queue with the most messages first?
June 22nd, 2011 10:37pm

get-queue -sortorder:-messagecount this will display most of messaging in the queue first http://technet.microsoft.com/en-us/library/bb124904.aspx Thanks Uday Kiran, Senior Consultant Cyquent Technology Consultants, Dubai Please Mark as answer if it helps you
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2011 10:44pm

Hi, >Is there any way to see this in the Managment Console? The ability to add multiple snap-ins to a custom MMC console means you can view the queues of multiple servers at the same time - simply add a new Queue Viewer snap-in and connect to the appropriate server. http://www.exchangeinbox.com/article.aspx?i=94 Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
June 24th, 2011 10:38am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics