<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Operations Manager Cross-Platform Authoring:  Invoke Action Monitor</title>
	<atom:link href="http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/</link>
	<description>Living in the I.T. Operating Quadrant. Useful articles on real world solutions involving Monitoring (System Center Operations Manager), Virtualization, Reporting, Scripting (PowerShell), and much more.</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:50:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: KongYing</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-1350</link>
		<dc:creator><![CDATA[KongYing]]></dc:creator>
		<pubDate>Thu, 05 May 2011 01:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-1350</guid>
		<description><![CDATA[hey, I have the same question as you asked. I am wondering whether you finally resolve the problem utilizing complex WSMan StdOut output in Scom ? I am really instrested in this issue. Could you share your ideas with me? Thaks a lot!]]></description>
		<content:encoded><![CDATA[<p>hey, I have the same question as you asked. I am wondering whether you finally resolve the problem utilizing complex WSMan StdOut output in Scom ? I am really instrested in this issue. Could you share your ideas with me? Thaks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KongYing</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-1349</link>
		<dc:creator><![CDATA[KongYing]]></dc:creator>
		<pubDate>Thu, 05 May 2011 01:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-1349</guid>
		<description><![CDATA[nice article!
I am working on your tutorial as you provided. I also need some examples to figure out utilizing complex WSMan StdOut output in Scom.Could you provide some to me? Thanks a lot!]]></description>
		<content:encoded><![CDATA[<p>nice article!<br />
I am working on your tutorial as you provided. I also need some examples to figure out utilizing complex WSMan StdOut output in Scom.Could you provide some to me? Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Taylor</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-1220</link>
		<dc:creator><![CDATA[Ryan Taylor]]></dc:creator>
		<pubDate>Tue, 08 Mar 2011 23:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-1220</guid>
		<description><![CDATA[I have attempted to use your guide to create a custom MP for ActiveMQ on a Red Hat Server. The first thing I did was create my script to get the StdOut. I have that script working as such.

winrm invoke ExecuteShellCommand http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx @{command=&quot;/opt/progress/fuse-message-broker-5.3.0.3/bin/activemq-admin query -QQueue=SearchIndex.Service1.Request &#124; grep QueueSize&quot;;timeout=&quot;60&quot;} -username:rtaylor -password:Hailey13 -auth:basic -r:https://qtvslax1lmsq001.taservs.net:1270/wsman -skipCACheck -encoding:UTF-8

With a return of 

 ReturnCode = 0
 StdOut = QueueSize = 101

 StdErr
 ReturnValue = true

PERFECT! I figured authoring this with the Authoring Console was going to be easy. No such luck. I added the reference to the Unix.Library and though the reference ID and token match I cannot move on to the next part of the tutorial. ManagementPack not found in the store is the actual message. Your help would be appreciated!]]></description>
		<content:encoded><![CDATA[<p>I have attempted to use your guide to create a custom MP for ActiveMQ on a Red Hat Server. The first thing I did was create my script to get the StdOut. I have that script working as such.</p>
<p>winrm invoke ExecuteShellCommand <a href="http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx" rel="nofollow">http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx</a> @{command=&#8221;/opt/progress/fuse-message-broker-5.3.0.3/bin/activemq-admin query -QQueue=SearchIndex.Service1.Request | grep QueueSize&#8221;;timeout=&#8221;60&#8243;} -username:rtaylor -password:Hailey13 -auth:basic -r:<a href="https://qtvslax1lmsq001.taservs.net:1270/wsman" rel="nofollow">https://qtvslax1lmsq001.taservs.net:1270/wsman</a> -skipCACheck -encoding:UTF-8</p>
<p>With a return of </p>
<p> ReturnCode = 0<br />
 StdOut = QueueSize = 101</p>
<p> StdErr<br />
 ReturnValue = true</p>
<p>PERFECT! I figured authoring this with the Authoring Console was going to be easy. No such luck. I added the reference to the Unix.Library and though the reference ID and token match I cannot move on to the next part of the tutorial. ManagementPack not found in the store is the actual message. Your help would be appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AFed</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-587</link>
		<dc:creator><![CDATA[AFed]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 13:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-587</guid>
		<description><![CDATA[I join question about StdOut to PS script parser]]></description>
		<content:encoded><![CDATA[<p>I join question about StdOut to PS script parser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulD</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-573</link>
		<dc:creator><![CDATA[PaulD]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 20:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-573</guid>
		<description><![CDATA[yes, please, it would be great. you should see my email as blog owner.]]></description>
		<content:encoded><![CDATA[<p>yes, please, it would be great. you should see my email as blog owner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristopher Bash</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-561</link>
		<dc:creator><![CDATA[Kristopher Bash]]></dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-561</guid>
		<description><![CDATA[If you need examples, I can provide some.]]></description>
		<content:encoded><![CDATA[<p>If you need examples, I can provide some.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulD</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-534</link>
		<dc:creator><![CDATA[PaulD]]></dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-534</guid>
		<description><![CDATA[hmmmm, i forgot about posh modules and tried to accomplish this task using vbs/js modules or even thought about writing our own c# probe module to process wsman output.
nice idea, need to test it]]></description>
		<content:encoded><![CDATA[<p>hmmmm, i forgot about posh modules and tried to accomplish this task using vbs/js modules or even thought about writing our own c# probe module to process wsman output.<br />
nice idea, need to test it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristopher Bash</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-503</link>
		<dc:creator><![CDATA[Kristopher Bash]]></dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-503</guid>
		<description><![CDATA[I will be posting more on this subject soon, as I am currently working on some SCX management packs relying heavily on processing WSMan StdOut data after it is returned, and I intend to blog about the MP&#039;s.   I think the best approach in this case would be to follow your WSMan invoker module with a PowerShell Property Bag probe module.  Pass the StdOut data item as a parameter to the PowerShell probe, and then parse the StdOut with the PS script and return it as a property bag.   This would allow you to deal with multiple instances of one data item in a discovery scenario (just pipe the StdOut data to a PS foreach-object loop), or handle multiple data values simultaneously (each as a distinct property in the property bag).]]></description>
		<content:encoded><![CDATA[<p>I will be posting more on this subject soon, as I am currently working on some SCX management packs relying heavily on processing WSMan StdOut data after it is returned, and I intend to blog about the MP&#8217;s.   I think the best approach in this case would be to follow your WSMan invoker module with a PowerShell Property Bag probe module.  Pass the StdOut data item as a parameter to the PowerShell probe, and then parse the StdOut with the PS script and return it as a property bag.   This would allow you to deal with multiple instances of one data item in a discovery scenario (just pipe the StdOut data to a PS foreach-object loop), or handle multiple data values simultaneously (each as a distinct property in the property bag).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulD</title>
		<link>http://operatingquadrant.com/2010/02/04/operations-manager-cross-platform-authoring-invoke-action-monitor/#comment-501</link>
		<dc:creator><![CDATA[PaulD]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 09:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=358#comment-501</guid>
		<description><![CDATA[hey, nice article.

do you have any thoughts how to utilize complex WSMan StdOut output in Scom ? Say, produce 3 perf. counters.]]></description>
		<content:encoded><![CDATA[<p>hey, nice article.</p>
<p>do you have any thoughts how to utilize complex WSMan StdOut output in Scom ? Say, produce 3 perf. counters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

