<?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://pavleck.net/2008/09/12/creating-an-audible-alert-in-scom/feed/" rel="self" type="application/rss+xml" />
	<link>http://pavleck.net/2008/09/12/creating-an-audible-alert-in-scom/</link>
	<description>Monitoring, Scripting, and other Technologies</description>
	<pubDate>Tue, 06 Jan 2009 23:49:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://pavleck.net/2008/09/12/creating-an-audible-alert-in-scom/comment-page-1/#comment-168</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-168</guid>
		<description>OK, I lied. Another thing ...actually two more:

1) You have to right click on the script and select properties, then "unblock" 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://pavleck.net/2008/09/12/creating-an-audible-alert-in-scom/comment-page-1/#comment-167</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-167</guid>
		<description>One other note:
The command line parameter for the Command Channel doesn't trigger properly for me when using "-Command....". 
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>
	<item>
		<title>By: Mark</title>
		<link>http://pavleck.net/2008/09/12/creating-an-audible-alert-in-scom/comment-page-1/#comment-166</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 02 Dec 2008 19:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=129#comment-166</guid>
		<description>You forgot one very important thing.
Your script opens a new instance of the media player every time it triggers and eventually you have numerous instances open.
You command should be:
"C:\Program Files\Real Alternative\Media Player Classic\mplayerc.exe /close"</description>
		<content:encoded><![CDATA[<p>You forgot one very important thing.<br />
Your script opens a new instance of the media player every time it triggers and eventually you have numerous instances open.<br />
You command should be:<br />
&#8220;C:\Program Files\Real Alternative\Media Player Classic\mplayerc.exe /close&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
