jcvnstdn Posted May 28, 2013 Report post Posted May 28, 2013 Just a post for those who wants to know this. I needed to remove old failed queue messages in Exchange 2013. If you need to do this here is the command:enter into exchange powershell. Get-Queue -id Submission | Get-Message | Remove-Message -WithNDR $false 1 Quote Share this post Link to post Share on other sites More sharing options...
Just a post for those who wants to know this.
I needed to remove old failed queue messages in Exchange 2013.
If you need to do this here is the command:enter into exchange powershell.
Get-Queue -id Submission | Get-Message | Remove-Message -WithNDR $false
Share this post
Link to post
Share on other sites