<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using PowerShell with remote queue managers</title>
	<atom:link href="http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/feed/" rel="self" type="application/rss+xml" />
	<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/</link>
	<description>A place to talk with people who work on WebSphere MQ</description>
	<pubDate>Wed, 20 Aug 2008 04:00:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Dale Lane</title>
		<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4233</link>
		<dc:creator>Dale Lane</dc:creator>
		<pubDate>Tue, 04 Mar 2008 23:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4233</guid>
		<description>@Reg - I've sent you a copy of the modified SupportPac by email. Thanks again for highlighting the issue. 

And many thanks for the congratulations :-)</description>
		<content:encoded><![CDATA[<p>@Reg - I&#8217;ve sent you a copy of the modified SupportPac by email. Thanks again for highlighting the issue. </p>
<p>And many thanks for the congratulations <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reg Danford-Cordingley</title>
		<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4231</link>
		<dc:creator>Reg Danford-Cordingley</dc:creator>
		<pubDate>Tue, 04 Mar 2008 12:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4231</guid>
		<description>Hi Dale,

Many congratulations on the recent addition to your family which I saw on your other blog.

I saw your last post on the Powershell for MQ forum so if you could send me the new version of the Powershell Pac when you have a chance that would be great. Once I have it installed, I will let you know how I get on.

I have also taken the liberty of adding a link here to my tech blog site (www.tech-crm.com).

Regards,

Regdc</description>
		<content:encoded><![CDATA[<p>Hi Dale,</p>
<p>Many congratulations on the recent addition to your family which I saw on your other blog.</p>
<p>I saw your last post on the Powershell for MQ forum so if you could send me the new version of the Powershell Pac when you have a chance that would be great. Once I have it installed, I will let you know how I get on.</p>
<p>I have also taken the liberty of adding a link here to my tech blog site (www.tech-crm.com).</p>
<p>Regards,</p>
<p>Regdc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale Lane</title>
		<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4193</link>
		<dc:creator>Dale Lane</dc:creator>
		<pubDate>Tue, 29 Jan 2008 09:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4193</guid>
		<description>@chillin_in_MN

The presence of command names Connect-WMQQmgr and Display-WMQQmgrAttrs suggest that you're not actually using the SupportPac-provided cmdlets that this post (and the cookbook pdf) is about. (Neither of those are names of commands in the SupportPac library)

Are you using the scripts I was playing with in an earlier post last April? If so, I would recommend removing these before you start to use the new cmdlets.</description>
		<content:encoded><![CDATA[<p>@chillin_in_MN</p>
<p>The presence of command names Connect-WMQQmgr and Display-WMQQmgrAttrs suggest that you&#8217;re not actually using the SupportPac-provided cmdlets that this post (and the cookbook pdf) is about. (Neither of those are names of commands in the SupportPac library)</p>
<p>Are you using the scripts I was playing with in an earlier post last April? If so, I would recommend removing these before you start to use the new cmdlets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chillin_in_MN</title>
		<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4192</link>
		<dc:creator>chillin_in_MN</dc:creator>
		<pubDate>Tue, 29 Jan 2008 07:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4192</guid>
		<description>Intrigued by the idea of a centralized, client script to enumerate some Local &#38; Remote Definitions on multiple, remote Queue Managers (AIX, Win, Sun &#38; eventually zOS(?)).

have tried this:     (Sanitized just a bit ...please forgive the formatting)
Running from a vanilla XP SP2 PC - w WMQ v6.0.2.2 Client
Other Client Connectivity seems OK...

GAC    Version        Location
---    -------        --------
True   v1.1.4322      C:\WINDOWS\assembly\GAC\amqmdnet\1.0.0.3__dd3cb1c9aae9ec97\amqmdnet.dll


PS C:\apps\PSH_WMQ&#62;  $qmconns = @()
PS C:\apps\PSH_WMQ&#62;  $qmconns += New-WMQQmgrConnDef -Name BQMDEV01 -Hostname mwidev01.my.edu -Channel SVRCONN.BQMDEV01
 -Port 1414
PS C:\apps\PSH_WMQ&#62;  $qmconns += New-WMQQmgrConnDef -Name BQMDEV02 -Hostname mwidev02.my.edu -Channel SVRCONN.BQMDEV02
 -Port 1414

Keep Getting this sort of error, using GET-WMQQueueManager Objects, always seems to boil down to "... not set to an instance of an object..."

PS C:\apps\PSH_WMQ&#62;  $remoteqmgrs = Get-WMQQueueManager -Connections $qmconns &#124; Where { $_.Hostname -like "mwi*.my.edu
" }
Get-WMQQueueManager : Object reference not set to an instance of an object.
At line:1 char:35
+ $remoteqmgrs = Get-WMQQueueManager  &#60;&#60;&#60;   Connect-WMQQmgr -name "BQMDEV01" -h "mwidev01" -p 1414 -s "SVRCONN.BQMDEV01"




PS-WMQ BQMDEV01 &#62;  Display-WMQQmgrAttrs
...
IsConnected                    : True
IsClient                       : True
CodedCharSetId                 : 437
AlterationDateTime             : 1/3/2008 11:14:08 AM
...
CommandInputQueueName          : SYSTEM.ADMIN.COMMAND.QUEUE
CommandLevel                   : 600
CreationDateTime               : 2/16/2006 4:06:34 PM
DeadLetterQueueName            : DLQ
...
Platform                       : 3
QueueManagerDescription        : Broker BRKDEV01 Queue Manager
QueueManagerIdentifier         : BQMDEV01_2006-02-16_16.06.34
...
Name                           : BQMDEV01
...
IsOpen                             : False
OpenStatus                       : True
AlternateUserId                :
ConnectionReference       : IBM.WMQ.MQQueueManager
CompletionCode               : 2
ReasonCode                     : 2067
ReasonName                    : MQRC_SELECTOR_ERROR


Seem to have hit a snag... Anyone got some examples or ideas to try??
Cutting and Pasting from the blog entries and the Cookbook.pdf  has helped but now I seem to be stuck...</description>
		<content:encoded><![CDATA[<p>Intrigued by the idea of a centralized, client script to enumerate some Local &amp; Remote Definitions on multiple, remote Queue Managers (AIX, Win, Sun &amp; eventually zOS(?)).</p>
<p>have tried this:     (Sanitized just a bit &#8230;please forgive the formatting)<br />
Running from a vanilla XP SP2 PC - w WMQ v6.0.2.2 Client<br />
Other Client Connectivity seems OK&#8230;</p>
<p>GAC    Version        Location<br />
&#8212;    &#8212;&#8212;-        &#8212;&#8212;&#8211;<br />
True   v1.1.4322      C:\WINDOWS\assembly\GAC\amqmdnet\1.0.0.3__dd3cb1c9aae9ec97\amqmdnet.dll</p>
<p>PS C:\apps\PSH_WMQ&gt;  $qmconns = @()<br />
PS C:\apps\PSH_WMQ&gt;  $qmconns += New-WMQQmgrConnDef -Name BQMDEV01 -Hostname mwidev01.my.edu -Channel SVRCONN.BQMDEV01<br />
 -Port 1414<br />
PS C:\apps\PSH_WMQ&gt;  $qmconns += New-WMQQmgrConnDef -Name BQMDEV02 -Hostname mwidev02.my.edu -Channel SVRCONN.BQMDEV02<br />
 -Port 1414</p>
<p>Keep Getting this sort of error, using GET-WMQQueueManager Objects, always seems to boil down to &#8220;&#8230; not set to an instance of an object&#8230;&#8221;</p>
<p>PS C:\apps\PSH_WMQ&gt;  $remoteqmgrs = Get-WMQQueueManager -Connections $qmconns | Where { $_.Hostname -like &#8220;mwi*.my.edu<br />
&#8221; }<br />
Get-WMQQueueManager : Object reference not set to an instance of an object.<br />
At line:1 char:35<br />
+ $remoteqmgrs = Get-WMQQueueManager  &lt;&lt;&lt;   Connect-WMQQmgr -name &#8220;BQMDEV01&#8243; -h &#8220;mwidev01&#8243; -p 1414 -s &#8220;SVRCONN.BQMDEV01&#8243;</p>
<p>PS-WMQ BQMDEV01 &gt;  Display-WMQQmgrAttrs<br />
&#8230;<br />
IsConnected                    : True<br />
IsClient                       : True<br />
CodedCharSetId                 : 437<br />
AlterationDateTime             : 1/3/2008 11:14:08 AM<br />
&#8230;<br />
CommandInputQueueName          : SYSTEM.ADMIN.COMMAND.QUEUE<br />
CommandLevel                   : 600<br />
CreationDateTime               : 2/16/2006 4:06:34 PM<br />
DeadLetterQueueName            : DLQ<br />
&#8230;<br />
Platform                       : 3<br />
QueueManagerDescription        : Broker BRKDEV01 Queue Manager<br />
QueueManagerIdentifier         : BQMDEV01_2006-02-16_16.06.34<br />
&#8230;<br />
Name                           : BQMDEV01<br />
&#8230;<br />
IsOpen                             : False<br />
OpenStatus                       : True<br />
AlternateUserId                :<br />
ConnectionReference       : IBM.WMQ.MQQueueManager<br />
CompletionCode               : 2<br />
ReasonCode                     : 2067<br />
ReasonName                    : MQRC_SELECTOR_ERROR</p>
<p>Seem to have hit a snag&#8230; Anyone got some examples or ideas to try??<br />
Cutting and Pasting from the blog entries and the Cookbook.pdf  has helped but now I seem to be stuck&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-01-18 &#171; betaalfa.com</title>
		<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4132</link>
		<dc:creator>links for 2008-01-18 &#171; betaalfa.com</dc:creator>
		<pubDate>Fri, 18 Jan 2008 04:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4132</guid>
		<description>[...] Using PowerShell with remote queue managers « a Hursley view on WebSphere MQ (tags: wmq powershell) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using PowerShell with remote queue managers « a Hursley view on WebSphere MQ (tags: wmq powershell) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: learning something new &#187; Blog Archive &#187; Adding remote system admin support to PowerShell (before PowerShell V2)</title>
		<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4128</link>
		<dc:creator>learning something new &#187; Blog Archive &#187; Adding remote system admin support to PowerShell (before PowerShell V2)</dc:creator>
		<pubDate>Thu, 17 Jan 2008 21:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4128</guid>
		<description>[...] of Microsoft has written a very interesting post on PowerShell cmdlet development, prompted by the release of my latest updates to the WebSphere MQ PowerShell [...]</description>
		<content:encoded><![CDATA[<p>[...] of Microsoft has written a very interesting post on PowerShell cmdlet development, prompted by the release of my latest updates to the WebSphere MQ PowerShell [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Managing Remote WebSphere MQ via PowerShell/Should CMDLETS do their own Remoting? - Noticias externas</title>
		<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4126</link>
		<dc:creator>Managing Remote WebSphere MQ via PowerShell/Should CMDLETS do their own Remoting? - Noticias externas</dc:creator>
		<pubDate>Thu, 17 Jan 2008 18:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4126</guid>
		<description>[...] administering remote queue managers.&#160; You can read the details and see a couple of examples HERE.&#160; Kudos to Dale and that team!&#160; What this allows you to perform operations on multiple [...]</description>
		<content:encoded><![CDATA[<p>[...] administering remote queue managers.&#160; You can read the details and see a couple of examples HERE.&#160; Kudos to Dale and that team!&#160; What this allows you to perform operations on multiple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows PowerShell : Managing Remote WebSphere MQ via PowerShell/Should CMDLETS do their own Remoting?</title>
		<link>http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4125</link>
		<dc:creator>Windows PowerShell : Managing Remote WebSphere MQ via PowerShell/Should CMDLETS do their own Remoting?</dc:creator>
		<pubDate>Thu, 17 Jan 2008 17:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://hursleyonwmq.wordpress.com/2008/01/16/using-powershell-with-remote-queue-managers/#comment-4125</guid>
		<description>[...] administering remote queue managers.&#160; You can read the details and see a couple of examples HERE.&#160; Kudos to Dale and that team!&#160; What this allows you to perform operations on multiple [...]</description>
		<content:encoded><![CDATA[<p>[...] administering remote queue managers.&#160; You can read the details and see a couple of examples HERE.&#160; Kudos to Dale and that team!&#160; What this allows you to perform operations on multiple [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
