Working with messages in transport queues

Transport queues are a temporary storage location for messages that are in transit. Each mailbox server can have multiple queues at any given time depending on the destination of the message. In this recipe, we'll cover several methods that can be used to view queued messages, remove messages from queues, and more.

How to do it...

To view the transport queues that are currently in use on a specific server, use the Get-Queue cmdlet:

Get-Queue -Server tlex01

In this example, the transport queues on the tlex01 server will be returned. The output might look similar to the following:

How to do it...

In this example, there is one ...

Get Microsoft Exchange Server 2013 PowerShell Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.