Thursday 27 June 2013

How to view the emails in Queue using Shell Command

To view the emails in Queue on both Exchange Server 2010 and Exchange Server 2013, use the below Exchange Management Shell command
Get-Queue -Server "Hub Transport Server Name"
and to view the emails in all the Hub Transport Servers
Get-TransportServer | Get-Queue
Get-Queue will give the basic details about the queue, Status, message counts in queue and the Next Hop to where it is awaiting to deliver the email.

No comments:

Post a Comment