logo logo

Remove emails stuck in submission queue

There were 4 mail messages stuck in the Submission Queue within Exchange 2010. The four messages all pertained to the Journaling mailbox and related to Meeting Request. The messages stuck were causing a re-occurring event to be logged in the event viewer.

Run the following PowerShell cmdlet to resolve:
Get-Message -Filter {FromAddress -eq "<>"} -Server htserver | Remove-Message

bottom