Skip to content

Instantly share code, notes, and snippets.

@grenade
Created November 27, 2013 11:42
Show Gist options
  • Save grenade/7674367 to your computer and use it in GitHub Desktop.
Save grenade/7674367 to your computer and use it in GitHub Desktop.
Uninstall MSMQ and all components
Import-Module ServerManager
Get-WindowsFeature MSMQ-* | Remove-WindowsFeature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment