Search 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: 179 times

Categories

Exchange

Scripting

Powershell

PowerShell Code Cache

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.