Skip to content

Instantly share code, notes, and snippets.

@hlaueriksson
Last active August 4, 2018 07:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlaueriksson/d1e3a436086c960e1cd2321c62ec0961 to your computer and use it in GitHub Desktop.
Save hlaueriksson/d1e3a436086c960e1cd2321c62ec0961 to your computer and use it in GitHub Desktop.
Clear all MSMQ queues with PowerShell
Get-MsmqQueue | Clear-MsmqQueue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment