<?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: SCOM Remote Maintenance Mode Scheduler 2.0 R2 Scripts</title>
	<atom:link href="http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 09:40:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Stephen Weber</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-17028</link>
		<dc:creator>Stephen Weber</dc:creator>
		<pubDate>Mon, 16 May 2011 15:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-17028</guid>
		<description>Tim, this looks like a superb package for something which looks to take an inordinate amount of scripting, for all the other workarounds I&#039;ve seen on the net. I&#039;ve installed and configured it (I&#039;m in 2007 R2) per all your instructions, and can create a scheduled event - it shows on both the SCOM scheduler list as well as the Task Scheduler - but the problem is, when the task is supposed to activate, it doesn&#039;t. I&#039;ve tried it a number of times, and I&#039;m not sure, but I think I&#039;ve see a quick instance of the shell pop up (with red text) for less than a second at start time. I run it on our SCOM server, which also serves as our RMS server as well. 

Any thoughts you might have would be much appreciated - thanks in advance.</description>
		<content:encoded><![CDATA[<p>Tim, this looks like a superb package for something which looks to take an inordinate amount of scripting, for all the other workarounds I&#8217;ve seen on the net. I&#8217;ve installed and configured it (I&#8217;m in 2007 R2) per all your instructions, and can create a scheduled event &#8211; it shows on both the SCOM scheduler list as well as the Task Scheduler &#8211; but the problem is, when the task is supposed to activate, it doesn&#8217;t. I&#8217;ve tried it a number of times, and I&#8217;m not sure, but I think I&#8217;ve see a quick instance of the shell pop up (with red text) for less than a second at start time. I run it on our SCOM server, which also serves as our RMS server as well. </p>
<p>Any thoughts you might have would be much appreciated &#8211; thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Decoy</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-14894</link>
		<dc:creator>Random Decoy</dc:creator>
		<pubDate>Mon, 21 Mar 2011 17:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-14894</guid>
		<description>I was getting same error as Keithk from my RMS (SCOM 2007 R2 on Windows 2003 Standard x64 w/SP2), “Object reference not set to an instance of the object”.  I followed his lead by removing punctuation from the comment.  Then, I retried creating the task.  Without the punctuation I was able to create the task successfully.  Thanks for the tool!</description>
		<content:encoded><![CDATA[<p>I was getting same error as Keithk from my RMS (SCOM 2007 R2 on Windows 2003 Standard x64 w/SP2), “Object reference not set to an instance of the object”.  I followed his lead by removing punctuation from the comment.  Then, I retried creating the task.  Without the punctuation I was able to create the task successfully.  Thanks for the tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keithk</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-12954</link>
		<dc:creator>Keithk</dc:creator>
		<pubDate>Tue, 08 Feb 2011 21:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-12954</guid>
		<description>When I tried putting a group after browsing the list of group I got the error:
“Object reference not set to an instance of an object.”  

I found that in the comments section I was using a date that contained &quot;/&quot; (minus the quotes)which caused the problem. When I changed the date from &quot;/&quot; to use &quot;-&quot; it worked fine.  For example a comment using 2/4/2011 would not work, but a comment using 2-4-2011 would work.</description>
		<content:encoded><![CDATA[<p>When I tried putting a group after browsing the list of group I got the error:<br />
“Object reference not set to an instance of an object.”  </p>
<p>I found that in the comments section I was using a date that contained &#8220;/&#8221; (minus the quotes)which caused the problem. When I changed the date from &#8220;/&#8221; to use &#8220;-&#8221; it worked fine.  For example a comment using 2/4/2011 would not work, but a comment using 2-4-2011 would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-12907</link>
		<dc:creator>user</dc:creator>
		<pubDate>Mon, 07 Feb 2011 12:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-12907</guid>
		<description>The script has problems with dynamic filled groups,
for my citrix group the script returns 0 computers,
if I change this line:
$computers = $groupInstance.GetRelatedMonitoringObjects($windowsComputerClass,[Microsoft.EnterpriseManagement.Common.TraversalDepth]::OneLevel)

to

$computers = $groupInstance.GetRelatedMonitoringObjects()

it returns 22 computers.</description>
		<content:encoded><![CDATA[<p>The script has problems with dynamic filled groups,<br />
for my citrix group the script returns 0 computers,<br />
if I change this line:<br />
$computers = $groupInstance.GetRelatedMonitoringObjects($windowsComputerClass,[Microsoft.EnterpriseManagement.Common.TraversalDepth]::OneLevel)</p>
<p>to</p>
<p>$computers = $groupInstance.GetRelatedMonitoringObjects()</p>
<p>it returns 22 computers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim McFadden</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-10176</link>
		<dc:creator>Tim McFadden</dc:creator>
		<pubDate>Fri, 10 Dec 2010 17:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-10176</guid>
		<description>Check your firewall or permisions</description>
		<content:encoded><![CDATA[<p>Check your firewall or permisions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Small</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-10173</link>
		<dc:creator>Brian Small</dc:creator>
		<pubDate>Fri, 10 Dec 2010 16:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-10173</guid>
		<description>Hello,
I am running SCOM scheduler 2.0 R2 and have added the new scripts as instructed.  However, I get the following error when running the GUI:  &quot;Object reference not set to an instance of the object&quot;.  Not sure what this means.  Please advise.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am running SCOM scheduler 2.0 R2 and have added the new scripts as instructed.  However, I get the following error when running the GUI:  &#8220;Object reference not set to an instance of the object&#8221;.  Not sure what this means.  Please advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats Augustsson</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-9046</link>
		<dc:creator>Mats Augustsson</dc:creator>
		<pubDate>Mon, 15 Nov 2010 20:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-9046</guid>
		<description>Hi!

I have just start to use your nice script to scheduler SCOM agent into maintenance mode. Just one problem I don’t get the AM/PM when I choose a Start Date and Time

Maybe it can be that we use 24 hours clock.

How can I solve this?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I have just start to use your nice script to scheduler SCOM agent into maintenance mode. Just one problem I don’t get the AM/PM when I choose a Start Date and Time</p>
<p>Maybe it can be that we use 24 hours clock.</p>
<p>How can I solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frankg</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-8289</link>
		<dc:creator>Frankg</dc:creator>
		<pubDate>Sat, 23 Oct 2010 17:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-8289</guid>
		<description>Hi,

Thanks for keeping this tool so great !

Is there a way to put UNIX/Linux serveur in maintenance with your tool ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for keeping this tool so great !</p>
<p>Is there a way to put UNIX/Linux serveur in maintenance with your tool ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernie</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-6535</link>
		<dc:creator>Ernie</dc:creator>
		<pubDate>Sat, 07 Aug 2010 21:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-6535</guid>
		<description>Hello,

I want to allow operator or advanced operators to be able to put computers into maintance mode without the need to them to be members of the SCOM Administrators group. How do I do this by running the script with a Run As Account and Run As profile?
Please advise, Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I want to allow operator or advanced operators to be able to put computers into maintance mode without the need to them to be members of the SCOM Administrators group. How do I do this by running the script with a Run As Account and Run As profile?<br />
Please advise, Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keithk</title>
		<link>http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/comment-page-1/#comment-6087</link>
		<dc:creator>Keithk</dc:creator>
		<pubDate>Thu, 08 Jul 2010 20:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.scom2k7.com/?p=962#comment-6087</guid>
		<description>I would really like to run this script at the opsmgr command shell, however when I try to run the script and entering parameters, it doesn&#039;t seem to work.  Should I just be able to run this at the OpsMgr command shell?  Any suggestions how I can do this?</description>
		<content:encoded><![CDATA[<p>I would really like to run this script at the opsmgr command shell, however when I try to run the script and entering parameters, it doesn&#8217;t seem to work.  Should I just be able to run this at the OpsMgr command shell?  Any suggestions how I can do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

