Dale Lane of IBM announced that the latest version of the IBM PowerShell Library for WebSphere MQ now supports administering remote queue managers. You can read the details and see a couple of examples HERE. Kudos to Dale and that team! What this allows you to perform operations on multiple remote queue managers.
Some of you might ask, "Why not just wait and let PowerShell V2 do the remoting for you?". I wanted to address that issue in this blog.
First lets start with the conclusion: It is perfectly fine for Cmdlets to do their own remoting!
So let's lay it out.
So with all that, why would a cmdlet ever do their own remoting? There are lots of reasons including:
So if you are a team developing cmdlets, you are free to rely upon us to take care of your remoting needs in the V2 timeframe. Grab the CTP and kick the tires to get that in focus. But, if you already have your own remoting solution, feel free to write cmdlets that leverage that as well.
Enjoy!
Jeffrey Snover [MSFT] Windows Management Partner Architect Visit the Windows PowerShell Team blog at: http://blogs.msdn.com/PowerShell Visit the Windows PowerShell ScriptCenter at: http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx