<?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/"
		>
<channel>
	<title>Comments on: Creating an audible alert notification in SCOM</title>
	<atom:link href="http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/</link>
	<description>System Center, PowerShell, Windows and More</description>
	<lastBuildDate>Wed, 09 Nov 2011 18:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jpavleck</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-471</link>
		<dc:creator>jpavleck</dc:creator>
		<pubDate>Tue, 08 Mar 2011 17:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-471</guid>
		<description>Nope, be my guest - im actually working on a proper service for all this stuff</description>
		<content:encoded><![CDATA[<p>Nope, be my guest &#8211; im actually working on a proper service for all this stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jibij</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-458</link>
		<dc:creator>Jibij</dc:creator>
		<pubDate>Tue, 01 Mar 2011 13:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-458</guid>
		<description>I made it work on the following architecture with some modification
SCOM 2007 R2
Windows 2008 server x64
VLC as the sound player

c:\windows\system32\windowspowershell\v1.0\powershell.exe
-command &quot;&amp; c:\Scripts\SCOM_remote_sound_playing.ps1&quot;
c:\windows\system32\windowspowershell\v1.0\

I had trouble if the path was SysWOW64

Do you mind if had your post to my blog, with my modification of the script and 2007 R2 images updates?</description>
		<content:encoded><![CDATA[<p>I made it work on the following architecture with some modification<br />
SCOM 2007 R2<br />
Windows 2008 server x64<br />
VLC as the sound player</p>
<p>c:\windows\system32\windowspowershell\v1.0\powershell.exe<br />
-command &#8220;&amp; c:\Scripts\SCOM_remote_sound_playing.ps1&#8243;<br />
c:\windows\system32\windowspowershell\v1.0\</p>
<p>I had trouble if the path was SysWOW64</p>
<p>Do you mind if had your post to my blog, with my modification of the script and 2007 R2 images updates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohmad Yusuf Shaikh</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-326</link>
		<dc:creator>Mohmad Yusuf Shaikh</dc:creator>
		<pubDate>Mon, 07 Jun 2010 06:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-326</guid>
		<description>Hi,
I’ve SCOM 2007 R2 x64 installed on windows 2008 R2 x64. 

When I execute the powershell script (SCOM-RunRemoteExecutable.ps1) on the RMS server I receive the following error in powershell console:
DecipherRetCode : Cannot process argument transformation on parameter &#039;retCode&#039;
. Cannot convert the &quot;System.Management.ManagementBaseObject&quot; value of type &quot;Sy
stem.Management.ManagementBaseObject#\__PARAMETERS&quot; to type &quot;System.Int32&quot;.
At C:\scripts\test.ps1:105 char:16
+ DecipherRetCode &lt;&lt;&lt;&lt;  $retCode
    + CategoryInfo          : InvalidData: (:) [DecipherRetCode], ParameterBin
   din...mationException
    + FullyQualifiedErrorId : ParameterArgumentTransformationError,DecipherRet
   Code
The media player launches but it also displays an error saying Windows Media player encountered a problem while playing the file.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I’ve SCOM 2007 R2 x64 installed on windows 2008 R2 x64. </p>
<p>When I execute the powershell script (SCOM-RunRemoteExecutable.ps1) on the RMS server I receive the following error in powershell console:<br />
DecipherRetCode : Cannot process argument transformation on parameter &#8216;retCode&#8217;<br />
. Cannot convert the &#8220;System.Management.ManagementBaseObject&#8221; value of type &#8220;Sy<br />
stem.Management.ManagementBaseObject#\__PARAMETERS&#8221; to type &#8220;System.Int32&#8243;.<br />
At C:\scripts\test.ps1:105 char:16<br />
+ DecipherRetCode &lt;&lt;&lt;&lt;  $retCode<br />
    + CategoryInfo          : InvalidData: (:) [DecipherRetCode], ParameterBin<br />
   din&#8230;mationException<br />
    + FullyQualifiedErrorId : ParameterArgumentTransformationError,DecipherRet<br />
   Code<br />
The media player launches but it also displays an error saying Windows Media player encountered a problem while playing the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loïc</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-64</link>
		<dc:creator>Loïc</dc:creator>
		<pubDate>Tue, 07 Apr 2009 14:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-64</guid>
		<description>Thank&#039;s a lot. It&#039;s working with the parameter you gave :
-Command &quot;&amp; c:\temp\test.ps1&quot;
Thank you.</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s a lot. It&#8217;s working with the parameter you gave :<br />
-Command &#8220;&amp; c:\temp\test.ps1&#8243;<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy D. Pavleck</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-65</link>
		<dc:creator>Jeremy D. Pavleck</dc:creator>
		<pubDate>Sat, 04 Apr 2009 17:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-65</guid>
		<description>It&#039;s probably something with your command line parameters. I&#039;d try:
-Command &quot;&amp; C:\Temp\test.ps1&quot;
or just
&quot;&amp; C:\Temp\test.ps1&quot;
Also remember that if your path has spaces in it, PoSh breaks it up into individual arguments, so you&#039;d have to use single quotes instead.</description>
		<content:encoded><![CDATA[<p>It&#8217;s probably something with your command line parameters. I&#8217;d try:<br />
-Command &#8220;&#038; C:\Temp\test.ps1&#8243;<br />
or just<br />
&#8220;&#038; C:\Temp\test.ps1&#8243;<br />
Also remember that if your path has spaces in it, PoSh breaks it up into individual arguments, so you&#8217;d have to use single quotes instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy D. Pavleck</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-63</link>
		<dc:creator>Jeremy D. Pavleck</dc:creator>
		<pubDate>Sat, 04 Apr 2009 17:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-63</guid>
		<description>Sure, just put a link to point where ya got it from :)</description>
		<content:encoded><![CDATA[<p>Sure, just put a link to point where ya got it from <img src='http://www.pavleck.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loïc</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-62</link>
		<dc:creator>Loïc</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-62</guid>
		<description>I&#039;m trying to use a powershell script as a notification command. but nothing appen.
When launching a vbscript everything is fine.
i&#039;v the same set up as you on the notification channel windows.
Full path to file :
C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe
Command Line parameters :
-Command c:\temp\test.ps1
Initial directory:
c:\temp
The script just write an ok sentence to a file for now. it&#039;s working correctly when started from a command prompt.
Do you have any idea on what could stop the notification so start ?
Thank&#039;s a lot.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use a powershell script as a notification command. but nothing appen.<br />
When launching a vbscript everything is fine.<br />
i&#8217;v the same set up as you on the notification channel windows.<br />
Full path to file :<br />
C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe<br />
Command Line parameters :<br />
-Command c:\temp\test.ps1<br />
Initial directory:<br />
c:\temp<br />
The script just write an ok sentence to a file for now. it&#8217;s working correctly when started from a command prompt.<br />
Do you have any idea on what could stop the notification so start ?<br />
Thank&#8217;s a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koly</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-61</link>
		<dc:creator>koly</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-61</guid>
		<description>Can I take part of your post to my blog?really like this,mate</description>
		<content:encoded><![CDATA[<p>Can I take part of your post to my blog?really like this,mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-58</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 02 Dec 2008 19:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-58</guid>
		<description>OK, I lied. Another thing ...actually two more:

1) You have to right click on the script and select properties, then &quot;unblock&quot; beside Security, otherwise powershell returns errors about the script being un-signed.

2) The OpsMan account must have sufficient privileges to the file/folder when the script is located.</description>
		<content:encoded><![CDATA[<p>OK, I lied. Another thing &#8230;actually two more:</p>
<p>1) You have to right click on the script and select properties, then &#8220;unblock&#8221; beside Security, otherwise powershell returns errors about the script being un-signed.</p>
<p>2) The OpsMan account must have sufficient privileges to the file/folder when the script is located.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.pavleck.net/2008/09/creating-an-audible-alert-in-scom/comment-page-1/#comment-60</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 02 Dec 2008 19:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-60</guid>
		<description>One other note:
The command line parameter for the Command Channel doesn&#039;t trigger properly for me when using &quot;-Command....&quot;.
I got it to work using only X:\Path\to\file\.ps1</description>
		<content:encoded><![CDATA[<p>One other note:<br />
The command line parameter for the Command Channel doesn&#8217;t trigger properly for me when using &#8220;-Command&#8230;.&#8221;.<br />
I got it to work using only X:\Path\to\file\.ps1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

