1

I'd like to use the Message Queueing (MSMQ) Cmdlets Message Queueing (MSMQ) Cmdlets but they all show as unavailable:

PS C:\users\admin\Desktop> Get-MsmqQueue
Get-MsmqQueue : The term 'Get-MsmqQueue' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-MsmqQueue
+ ~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-MsmqQueue:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

I have Windows 8.1 and PowerShell 4 running as administrator

PS C:\users\admin\Desktop> $PSVersionTable.PSVersion
Major  Minor  Build  Revision
-----  -----  -----  --------
4      0      -1     -1
Cœur
  • 37,241
  • 25
  • 195
  • 267
Matt M.
  • 812
  • 3
  • 16
  • 24

1 Answers1

3

According to OP's comment, MSMQ features were not installed :

I just assumed the machine I was on had MSMQ already but it turned out it didn't.

See this question for instructions on how to install them with PowerShell

Community
  • 1
  • 1
sodawillow
  • 12,497
  • 4
  • 34
  • 44