Tools Links Login

Check Exchange Queues

Get-Queue cmdlet allows to check mail queues on the Exchange server.

Check the queues on the particular server:

Get-Queue -server "Server1"

Check the queues on all Hub Transport servers:

Get-TransportServer | Get-Queue

View messages on the all Hub Transport servers:

Get-TransportServer | Get-Queue | Get-Message

About this post

Posted: 2022-08-25
By: dwirch
Viewed: 217 times

Categories

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.