Last Updated: February 25, 2016
·
1.516K
· davidsavagejr

Clear all Msmq Queues

Have a bunch of MSMQ Queues that you want to clear? Just run the following command from powershell.

Get-MsmqQueue | Clear-MsmqQueue