<?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: PowerCLI: SnapReminder</title>
	<atom:link href="http://www.virtu-al.net/2009/06/22/powercli-snapreminder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Sun, 21 Mar 2010 12:55:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: VMware Scripting: Snapshots auf der Spur</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-1884</link>
		<dc:creator>VMware Scripting: Snapshots auf der Spur</dc:creator>
		<pubDate>Thu, 25 Feb 2010 13:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-1884</guid>
		<description>[...] Man kann via vCenter Alarme für Snapshots definieren (etwas mühselig), via Powershell-Skript die Ersteller von alten Snapshots automatisiert benachrichtigen, den snapshotmanager.pl des Perl SDKs zum Anzeigen verwenden oder aber den Report von William [...]</description>
		<content:encoded><![CDATA[<p>[...] Man kann via vCenter Alarme für Snapshots definieren (etwas mühselig), via Powershell-Skript die Ersteller von alten Snapshots automatisiert benachrichtigen, den snapshotmanager.pl des Perl SDKs zum Anzeigen verwenden oder aber den Report von William [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-1524</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-1524</guid>
		<description>&lt;a href=&quot;#comment-1496&quot; rel=&quot;nofollow&quot;&gt;@Falko &lt;/a&gt; 
I had this error also. In my case it was because the Administrator made the snapshot an there is no email adress for Administrator in the AD. My Solution:

Line 10:
if ($username -ne $null -and $username -ne &quot;Administrator&quot;)

Line 86:
if($Mailto -eq $null){
 $msg.To.Add(&quot;vmadmin@blah.bla&quot;)
}
else{
 $msg.To.Add($Mailto)
}

Hth</description>
		<content:encoded><![CDATA[<p><a href="#comment-1496" rel="nofollow">@Falko </a><br />
I had this error also. In my case it was because the Administrator made the snapshot an there is no email adress for Administrator in the AD. My Solution:</p>
<p>Line 10:<br />
if ($username -ne $null -and $username -ne &#8220;Administrator&#8221;)</p>
<p>Line 86:<br />
if($Mailto -eq $null){<br />
 $msg.To.Add(&#8220;vmadmin@blah.bla&#8221;)<br />
}<br />
else{<br />
 $msg.To.Add($Mailto)<br />
}</p>
<p>Hth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Falko</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-1496</link>
		<dc:creator>Falko</dc:creator>
		<pubDate>Thu, 26 Nov 2009 12:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-1496</guid>
		<description>Well, for me it is semi-working. I get emails, but the script gives me the following error: 

You cannot call a method on a null-valued expression.
At :line:63 char:83
+                         $key = $_.EntityName + &quot;&amp;&quot; + ($snapshot.CreateTime.ToString &lt;&lt;&lt;&lt; ())

Index operation failed; the array index evaluated to null.
At :line:64 char:32
+                         $report[ &lt;&lt;&lt;&lt; $key] = $row</description>
		<content:encoded><![CDATA[<p>Well, for me it is semi-working. I get emails, but the script gives me the following error: </p>
<p>You cannot call a method on a null-valued expression.<br />
At :line:63 char:83<br />
+                         $key = $_.EntityName + &#8220;&amp;&#8221; + ($snapshot.CreateTime.ToString &lt;&lt;&lt;&lt; ())</p>
<p>Index operation failed; the array index evaluated to null.<br />
At :line:64 char:32<br />
+                         $report[ &lt;&lt;&lt;&lt; $key] = $row</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-1484</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 23 Nov 2009 13:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-1484</guid>
		<description>Good script,thanks. I had a problem with the timing, so I changed the line 50 to:
$filter.Time.beginTime = (($snap.Created).AddMinutes(-30)</description>
		<content:encoded><![CDATA[<p>Good script,thanks. I had a problem with the timing, so I changed the line 50 to:<br />
$filter.Time.beginTime = (($snap.Created).AddMinutes(-30)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-575</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-575</guid>
		<description>&lt;a href=&quot;#comment-574&quot; rel=&quot;nofollow&quot;&gt;@chris &lt;/a&gt; 
My blog mangled the code, I have now moved it over to a different hosting method so please try the above.

Let me know if you have any further issues.</description>
		<content:encoded><![CDATA[<p><a href="#comment-574" rel="nofollow">@chris </a><br />
My blog mangled the code, I have now moved it over to a different hosting method so please try the above.</p>
<p>Let me know if you have any further issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-574</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 02 Jul 2009 14:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-574</guid>
		<description>I get an error when running the script error line 93 char 13

+ $MailText = @ &lt;&lt;&lt;&lt; &quot;

If I remove the @ I get another error with another @ symbol farther down.</description>
		<content:encoded><![CDATA[<p>I get an error when running the script error line 93 char 13</p>
<p>+ $MailText = @ &lt;&lt;&lt;&lt; &quot;</p>
<p>If I remove the @ I get another error with another @ symbol farther down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al » PowerCLI: SnapReminder &#171; ben.neise.co.uk</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-554</link>
		<dc:creator>Virtu-Al » PowerCLI: SnapReminder &#171; ben.neise.co.uk</dc:creator>
		<pubDate>Fri, 26 Jun 2009 08:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-554</guid>
		<description>[...] Virtu-Al » PowerCLI: SnapReminder. [...]</description>
		<content:encoded><![CDATA[<p>[...] Virtu-Al » PowerCLI: SnapReminder. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VMware vSphere 4 has a Snapshot Alarm &#124; VCritical</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-549</link>
		<dc:creator>VMware vSphere 4 has a Snapshot Alarm &#124; VCritical</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-549</guid>
		<description>[...] Snapshots have always been a powerful feature of VMware ESX &#8212; even in production deployments.  There are tons of innovative tools and scripts out there to monitor snapshots &#8212; just check out this new one from Virtu-Al. [...]</description>
		<content:encoded><![CDATA[<p>[...] Snapshots have always been a powerful feature of VMware ESX &#8212; even in production deployments.  There are tons of innovative tools and scripts out there to monitor snapshots &#8212; just check out this new one from Virtu-Al. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-538</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Mon, 22 Jun 2009 19:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-538</guid>
		<description>&lt;a href=&quot;#comment-536&quot; rel=&quot;nofollow&quot;&gt;@Jason Boche &lt;/a&gt; 
Thanks man</description>
		<content:encoded><![CDATA[<p><a href="#comment-536" rel="nofollow">@Jason Boche </a><br />
Thanks man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/06/22/powercli-snapreminder/comment-page-1/#comment-537</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Mon, 22 Jun 2009 19:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=712#comment-537</guid>
		<description>&lt;a href=&quot;#comment-535&quot; rel=&quot;nofollow&quot;&gt;@Ivo Beerens &lt;/a&gt; 
Good thinking V2 Coming up !</description>
		<content:encoded><![CDATA[<p><a href="#comment-535" rel="nofollow">@Ivo Beerens </a><br />
Good thinking V2 Coming up !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
