Accessing MSMQ via PowerShell -


i have installed msmq feature onto both server (win 2008 r2) , client machine (win 7) using following link. feature appears in server manager , able create public or privet queue through gui. when come try access queue locally on server through powershell (2.0) none of cmdlet's msmq recognized within shell.

are there further steps need take access msmq through powershell? there msmq module need load?

any advice on appreciated.

if click 1 level in link provided you'll see you're looking @ pre-release powershell 4.0 module documentation. here's link parent page.

http://technet.microsoft.com/en-us/library/dn249523.aspx

powershell community extensions (pscx) has cmdlets working msmq, , works powershell 2.0, though.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -