Skip to content

Instantly share code, notes, and snippets.

@KristofferRisa
Last active December 16, 2018 10:53
Show Gist options
  • Save KristofferRisa/56e2b28c274c526b4f713839687e9a2f to your computer and use it in GitHub Desktop.
Save KristofferRisa/56e2b28c274c526b4f713839687e9a2f to your computer and use it in GitHub Desktop.
Administrating Msmq with Powershell
get-msmqqueue | where messagecount -gt 0 | select queuename, MessageCount
Get-MsmqOutgoingQueue | select DestinationQueueFormatName,MessageCount,UnacknowledgeMessageCount,UnprocessedMessageCount,ConnectionHost,State
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment