Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

You can view queues that are present on a computer that has the Microsoft Exchange Server 2010 Hub Transport server role or the Edge Transport server role installed.

Looking for other management tasks related to managing transport queues? Check out Managing Transport Queues.

Use the EMC to view queues

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Queues" entry in the Transport Permissions topic.

  1. In the console tree, click Toolbox.

  2. In the result pane, click Queue Viewer.

  3. In the action pane, click Open Tool.

  4. In Queue Viewer, click the Queues tab. A list of all queues on the server to which you're connected is displayed.

  5. You can use the Export List link in the action pane to export the list of queues. For more information, see Export Lists from the Exchange Management Console.

Use the Shell to view queues

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Queues" entry in the Transport Permissions topic.

This example displays basic information about all queues on the Edge Transport server on which the command is run.

Copy Code
Get-Queue

This example displays detailed information for all queues on the Edge Transport server on which the command is run.

Copy Code
Get-Queue | Format-List
Note:
This command supports the use of paging parameters that let you control how results are displayed. For more information about how to use paging parameters, see Using the Exchange Management Shell to Manage Queues.

For detailed syntax and parameter information, see Get-Queue.