<?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: vCheck (Daily Report) V3</title>
	<atom:link href="http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:18:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1894</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1894</guid>
		<description>I used this edit to not show certain datastores that I knew would be low on space as they were sized specifically for certain volumes.  You could probably do the same for excluding those VMs.

I defined this up in the Detail Setting section:
$NIQDSDoNotInclude = &quot;whattoremove*&quot;

And then here is the updated code for the datastore part:
Write-CustomOut &quot;Collecting Datastore Objects&quot;
$Datastores = Get-Datastore &#124; Sort Name &#124; Where { $_.Name -notmatch $NIQDSDoNotInclude }</description>
		<content:encoded><![CDATA[<p>I used this edit to not show certain datastores that I knew would be low on space as they were sized specifically for certain volumes.  You could probably do the same for excluding those VMs.</p>
<p>I defined this up in the Detail Setting section:<br />
$NIQDSDoNotInclude = &#8220;whattoremove*&#8221;</p>
<p>And then here is the updated code for the datastore part:<br />
Write-CustomOut &#8220;Collecting Datastore Objects&#8221;<br />
$Datastores = Get-Datastore | Sort Name | Where { $_.Name -notmatch $NIQDSDoNotInclude }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1892</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1892</guid>
		<description>Using ; did not work, but using just a , worked fine.  I left no spaces, not sure if that&#039;s required or not.  Thanks.</description>
		<content:encoded><![CDATA[<p>Using ; did not work, but using just a , worked fine.  I left no spaces, not sure if that&#8217;s required or not.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1891</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1891</guid>
		<description>@Travis
There is no Generic dont report on this VM, you would need to alter the code in the same way I have for the LVMDoNotInclude.</description>
		<content:encoded><![CDATA[<p>@Travis<br />
There is no Generic dont report on this VM, you would need to alter the code in the same way I have for the LVMDoNotInclude.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1889</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1889</guid>
		<description>Yeah I think you can add a ; or a , to seperate the email addresses, should work, if not let me know !</description>
		<content:encoded><![CDATA[<p>Yeah I think you can add a ; or a , to seperate the email addresses, should work, if not let me know !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1883</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1883</guid>
		<description>Is there a way to send this to more than 1 email address?  Getting a dist list setup in this environment is hard.  Thanks, great script.</description>
		<content:encoded><![CDATA[<p>Is there a way to send this to more than 1 email address?  Getting a dist list setup in this environment is hard.  Thanks, great script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1876</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1876</guid>
		<description>How do you set a VM to not be reported on? I tried adding a VM under the $LVMDoNotInclude = &quot; VM-name&quot;. But Im still getting reports on the one. Thanks</description>
		<content:encoded><![CDATA[<p>How do you set a VM to not be reported on? I tried adding a VM under the $LVMDoNotInclude = &#8221; VM-name&#8221;. But Im still getting reports on the one. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All things Virtual V &#171; TheSaffaGeek</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1863</link>
		<dc:creator>All things Virtual V &#171; TheSaffaGeek</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1863</guid>
		<description>[...] yet to try these scripts out but if these do what they say they can do and are anything like his vcheck tool then I can’t wait to get them to make my daily job [...]</description>
		<content:encoded><![CDATA[<p>[...] yet to try these scripts out but if these do what they say they can do and are anything like his vcheck tool then I can’t wait to get them to make my daily job [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1817</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1817</guid>
		<description>#10 (Answer)
Logged onto HOST through ILO and spotted  that the HOST had a path error. Rebooted HOST (All OK, no errors) Updated Vsphere patches and now script works fine. 

Cheers Chris</description>
		<content:encoded><![CDATA[<p>#10 (Answer)<br />
Logged onto HOST through ILO and spotted  that the HOST had a path error. Rebooted HOST (All OK, no errors) Updated Vsphere patches and now script works fine. </p>
<p>Cheers Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Fegan</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1766</link>
		<dc:creator>Chris Fegan</dc:creator>
		<pubDate>Thu, 28 Jan 2010 04:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1766</guid>
		<description>Hi, i seem to have the same issue which makes the script fail:i have tried to rescan also.

At :line:602 char:26
+ $esxluns = Get-ScsiLun &lt;&lt;&lt;&lt; -vmhost $esxhost &#124;Get-ScsiLunPath

any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, i seem to have the same issue which makes the script fail:i have tried to rescan also.</p>
<p>At :line:602 char:26<br />
+ $esxluns = Get-ScsiLun &lt;&lt;&lt;&lt; -vmhost $esxhost |Get-ScsiLunPath</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/comment-page-2/#comment-1722</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Sat, 16 Jan 2010 22:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1050#comment-1722</guid>
		<description>Yes, you can do this with PowerCLI but I dont want to include that sort of thing in this report as yet, I have multiple other things I am working on including at the moment.</description>
		<content:encoded><![CDATA[<p>Yes, you can do this with PowerCLI but I dont want to include that sort of thing in this report as yet, I have multiple other things I am working on including at the moment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
