<

Exchange 2019:- Remove messages from a queue

Posted on
6,490 Points
490 Views
Last Modified:
Published
Experience Level: Intermediate
3:13
Edward van Biljon (MVP)
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In this video we show you how to remove messages from a queue in Exchange 2019 using PowerShell. We explain the different options like "withndr" and "withoutndr" and the "whatif" option at the end of a script.

Video Steps

1. Launch Exchange Management Shell

Click on start, expand Exchange Server 2019 and right click on the Exchange Management Shell and run as administrator

2. Type in command

Type in the following command to remove a message/s: Get-Message -Server EX2019A -Filter {FromAddress -eq "<>" -and Status -eq "Retry"} | Remove-Message -withNDR
0
0 Comments
This article will explain how to deal the following error in Outlook: Exchange 2013 Troubleshooting: Error 0x8004010F - The operation failed. An object cannot be found
In this article, I would like to show how to grab a webpage's content in PowerShell to detect if there's any changes within an interval of time.

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month