<?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 for Pavleck.NET</title>
	<atom:link href="http://www.pavleck.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pavleck.net</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>Comment on And look what I received today by JKav</title>
		<link>http://www.pavleck.net/2009/03/and-look-what-i-received-today/comment-page-1/#comment-553</link>
		<dc:creator>JKav</dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=235#comment-553</guid>
		<description>I am curious how well the setup went with the ethernet connected device.  Since our SCOM servers will be VMs the ethernet connected device sounds the most logical but I have heard the driver availability is questionable.</description>
		<content:encoded><![CDATA[<p>I am curious how well the setup went with the ethernet connected device.  Since our SCOM servers will be VMs the ethernet connected device sounds the most logical but I have heard the driver availability is questionable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SCOM Snippet: The hidden nag mode by NP</title>
		<link>http://www.pavleck.net/2008/09/scom-snippet-the-hidden-nag-mode/comment-page-1/#comment-482</link>
		<dc:creator>NP</dc:creator>
		<pubDate>Thu, 10 Mar 2011 04:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=125#comment-482</guid>
		<description>I have tried to run this script and it doesnt seem to work. Are you able to advise the correct way to run it? I am new to scom and not good with powershell. I get this:

Get-Alert : The &#039;Path&#039; parameter is empty or the required provider location is not
set.&quot;
At C:\Documents and Settings\administrator\Desktop\testt.ps1:1 char:23
+ $oldAlerts = Get-Alert &lt;&lt;&lt;&lt;  &#124; Where-Object {($_.LastModified -ge [DateTime]::Now
.AddHours(-1)) -and ($_.ResolutionState -eq 0)}
    + CategoryInfo          : InvalidArgument: (:String) [Get-Alert], ArgumentOutO
   fRangeException
    + FullyQualifiedErrorId : InvalidParameter,Microsoft.EnterpriseManagement.Oper
   ationsManager.ClientShell.GetAlertCmdlet
You cannot call a method on a null-valued expression.
At C:\Documents and Settings\administrator\Desktop\testt.ps1:3 char:14
+ $alert.Update &lt;&lt;&lt;&lt; (&quot;&quot;)
    + CategoryInfo          : InvalidOperation: (Update:String) [], RuntimeExcepti
   on
    + FullyQualifiedErrorId : InvokeMethodOnNull</description>
		<content:encoded><![CDATA[<p>I have tried to run this script and it doesnt seem to work. Are you able to advise the correct way to run it? I am new to scom and not good with powershell. I get this:</p>
<p>Get-Alert : The &#8216;Path&#8217; parameter is empty or the required provider location is not<br />
set.&#8221;<br />
At C:\Documents and Settings\administrator\Desktop\testt.ps1:1 char:23<br />
+ $oldAlerts = Get-Alert &lt;&lt;&lt;&lt;  | Where-Object {($_.LastModified -ge [DateTime]::Now<br />
.AddHours(-1)) -and ($_.ResolutionState -eq 0)}<br />
    + CategoryInfo          : InvalidArgument: (:String) [Get-Alert], ArgumentOutO<br />
   fRangeException<br />
    + FullyQualifiedErrorId : InvalidParameter,Microsoft.EnterpriseManagement.Oper<br />
   ationsManager.ClientShell.GetAlertCmdlet<br />
You cannot call a method on a null-valued expression.<br />
At C:\Documents and Settings\administrator\Desktop\testt.ps1:3 char:14<br />
+ $alert.Update &lt;&lt;&lt;&lt; (&quot;&quot;)<br />
    + CategoryInfo          : InvalidOperation: (Update:String) [], RuntimeExcepti<br />
   on<br />
    + FullyQualifiedErrorId : InvokeMethodOnNull</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an audible alert notification in SCOM 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>Comment on Creating an audible alert notification in SCOM 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>Comment on Useful SCOM SQL Queries by Markus</title>
		<link>http://www.pavleck.net/2008/06/useful-scom-sql-queries/comment-page-1/#comment-446</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Fri, 18 Feb 2011 09:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=35#comment-446</guid>
		<description>Hi,
i have a problem to make a query which show me all SQL 2000 Databses (only 2000)
With Name, Server, Instance

Can you help me?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i have a problem to make a query which show me all SQL 2000 Databses (only 2000)<br />
With Name, Server, Instance</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sneaky Use for SCOM #304 &#8211; Online Contests by Rasheedah</title>
		<link>http://www.pavleck.net/2008/06/sneaky-use-for-scom-304-online-contests/comment-page-1/#comment-443</link>
		<dc:creator>Rasheedah</dc:creator>
		<pubDate>Thu, 17 Feb 2011 13:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://pavleck.net/?p=9#comment-443</guid>
		<description>Great Article and  much needed, Thanks!</description>
		<content:encoded><![CDATA[<p>Great Article and  much needed, Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SCOM 2007 R2 VHD Test Drive &amp; 2012 thoughts by Stefan Stranger</title>
		<link>http://www.pavleck.net/2011/02/scom-2007-r2-vhd-test-drive-2012-thoughts/comment-page-1/#comment-442</link>
		<dc:creator>Stefan Stranger</dc:creator>
		<pubDate>Wed, 16 Feb 2011 13:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pavleck.net/2011/02/scom-2007-r2-vhd-test-drive-2012-thoughts/#comment-442</guid>
		<description>Yes, I really like using PowerShell ;-) Which I could do PowerShell all the time. Would be cool to be a PowerShell PFE for Microsoft.

And maybe some WP7 apps... I created a cool WP7 PoshCode Search app. Hope to finish it soon and release it to the marketplace...</description>
		<content:encoded><![CDATA[<p>Yes, I really like using PowerShell <img src='http://www.pavleck.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Which I could do PowerShell all the time. Would be cool to be a PowerShell PFE for Microsoft.</p>
<p>And maybe some WP7 apps&#8230; I created a cool WP7 PoshCode Search app. Hope to finish it soon and release it to the marketplace&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MMS 2011 Early Bird registration ends today! by Tweets that mention MMS 2011 Early Bird registration ends today! &#124; Pavleck.NET -- Topsy.com</title>
		<link>http://www.pavleck.net/2011/02/mms-2011-early-bird-registration-ends-today/comment-page-1/#comment-440</link>
		<dc:creator>Tweets that mention MMS 2011 Early Bird registration ends today! &#124; Pavleck.NET -- Topsy.com</dc:creator>
		<pubDate>Mon, 14 Feb 2011 20:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pavleck.net/2011/02/mms-2011-early-bird-registration-ends-today/#comment-440</guid>
		<description>[...] This post was mentioned on Twitter by Operations Manager, Jeremy Pavleck. Jeremy Pavleck said: Tech Blog: MMS 2011 Early Bird registration ends today!: Happy Valentine’s Day everyone! Today is the last day y... http://bit.ly/fRmEZP [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Operations Manager, Jeremy Pavleck. Jeremy Pavleck said: Tech Blog: MMS 2011 Early Bird registration ends today!: Happy Valentine’s Day everyone! Today is the last day y&#8230; <a href="http://bit.ly/fRmEZP" rel="nofollow">http://bit.ly/fRmEZP</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring SMS in OpsMgr by jpavleck</title>
		<link>http://www.pavleck.net/2009/04/configuring-sms-in-opsmgr/comment-page-1/#comment-439</link>
		<dc:creator>jpavleck</dc:creator>
		<pubDate>Mon, 14 Feb 2011 18:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pavleck.net/2009/04/configuring-sms-in-opsmgr/#comment-439</guid>
		<description>Hi Nick, sorry for the long delay here - in short, I have no idea. I searched for cell modems that work seamlessly with Windows and MultiTech was the first response (And a local company, too!) so I went with that. Though any cell modem should work fine as long as windows sees it natively.</description>
		<content:encoded><![CDATA[<p>Hi Nick, sorry for the long delay here &#8211; in short, I have no idea. I searched for cell modems that work seamlessly with Windows and MultiTech was the first response (And a local company, too!) so I went with that. Though any cell modem should work fine as long as windows sees it natively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SCOM 2007 R2 VHD Test Drive &amp; 2012 thoughts by jpavleck</title>
		<link>http://www.pavleck.net/2011/02/scom-2007-r2-vhd-test-drive-2012-thoughts/comment-page-1/#comment-438</link>
		<dc:creator>jpavleck</dc:creator>
		<pubDate>Mon, 14 Feb 2011 18:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pavleck.net/2011/02/scom-2007-r2-vhd-test-drive-2012-thoughts/#comment-438</guid>
		<description>Very nice Stefan! I&#039;m impressed! You&#039;ve come a long way with your PowerShell-fu!</description>
		<content:encoded><![CDATA[<p>Very nice Stefan! I&#8217;m impressed! You&#8217;ve come a long way with your PowerShell-fu!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

