<?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: VESI &amp; PowerGUI PowerPack V2</title>
	<atom:link href="http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:00:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: kenny</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1585</link>
		<dc:creator>kenny</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1585</guid>
		<description>Great stuff Al.  Finally got around to taking a look.  Very fast and easy to setup!  Thanks</description>
		<content:encoded><![CDATA[<p>Great stuff Al.  Finally got around to taking a look.  Very fast and easy to setup!  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1507</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1507</guid>
		<description>Great work Alan. 
Have loved your ideas and have used some of them in my own scripts.
I recently had to check for consistency of VM name and the folders, and extended this to also include checking for .vhdk disks that are stored on different data stores than the .vmx config.
I started with your powerpack function and came across another idea from http://get-admin.com/blog and came up with the following code lines to check the folder names and data stores.

..
$vm = &quot;&quot; &#124; Select-object VmPathName,vmdisks #...
..
  $vm.VmPathName = $vmachine.config.files.VmPathName
  $vm.vmdisks =@( foreach ($item in $vmachine.Layout.Disk ) {$item.DiskFile} )
..
  $PathRegEx = &quot;\[(?.+)\]\s(?.+)/(?.+)\.vm.+$&quot; 
  $vm.vmpathname -match $PathRegEx 
#to separate the component parts and then use -match against the stored regex name 
#as in 
 if ($VM.Name -ne $matches.Folder) {#inconsistent folder name }

 foreach ($Path in $vm.VMDisks) {
  $vm.vmpathname -match $PathRegEx
  if ($Matches.DataStore -ne $VMXDataStore) {#different lun }

So glad you have made the time to put your ideas together on a blog.</description>
		<content:encoded><![CDATA[<p>Great work Alan.<br />
Have loved your ideas and have used some of them in my own scripts.<br />
I recently had to check for consistency of VM name and the folders, and extended this to also include checking for .vhdk disks that are stored on different data stores than the .vmx config.<br />
I started with your powerpack function and came across another idea from <a href="http://get-admin.com/blog" rel="nofollow">http://get-admin.com/blog</a> and came up with the following code lines to check the folder names and data stores.</p>
<p>..<br />
$vm = &#8220;&#8221; | Select-object VmPathName,vmdisks #&#8230;<br />
..<br />
  $vm.VmPathName = $vmachine.config.files.VmPathName<br />
  $vm.vmdisks =@( foreach ($item in $vmachine.Layout.Disk ) {$item.DiskFile} )<br />
..<br />
  $PathRegEx = &#8220;\[(?.+)\]\s(?.+)/(?.+)\.vm.+$&#8221;<br />
  $vm.vmpathname -match $PathRegEx<br />
#to separate the component parts and then use -match against the stored regex name<br />
#as in<br />
 if ($VM.Name -ne $matches.Folder) {#inconsistent folder name }</p>
<p> foreach ($Path in $vm.VMDisks) {<br />
  $vm.vmpathname -match $PathRegEx<br />
  if ($Matches.DataStore -ne $VMXDataStore) {#different lun }</p>
<p>So glad you have made the time to put your ideas together on a blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Netbuster</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1474</link>
		<dc:creator>Netbuster</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1474</guid>
		<description>Great work !!!
I love your  tool, but i´m missing one point...
Maybe you can add in a next Version an report that lists all from a VM used storage (Disks (fore each disk in GB)and Snaphots (number of Snapsots and komplete used storage) ??? This would be great ;-)

Thanx,
Buster</description>
		<content:encoded><![CDATA[<p>Great work !!!<br />
I love your  tool, but i´m missing one point&#8230;<br />
Maybe you can add in a next Version an report that lists all from a VM used storage (Disks (fore each disk in GB)and Snaphots (number of Snapsots and komplete used storage) ??? This would be great <img src='http://www.virtu-al.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanx,<br />
Buster</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1445</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Tue, 17 Nov 2009 09:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1445</guid>
		<description>&lt;a href=&quot;#comment-1444&quot; rel=&quot;nofollow&quot;&gt;@Frank &lt;/a&gt; 
Another great idea, keep em coming !</description>
		<content:encoded><![CDATA[<p><a href="#comment-1444" rel="nofollow">@Frank </a><br />
Another great idea, keep em coming !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1444</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 17 Nov 2009 09:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1444</guid>
		<description>Great tools, Alan! I&#039;d love to have the possibility to view (and maybe set) the preferred path for LUNs. I found your script in the VMware community (http://communities.vmware.com/thread/237752), however as I&#039;m not a scripter, I was not yet able to get it running within EcoShell yet.</description>
		<content:encoded><![CDATA[<p>Great tools, Alan! I&#8217;d love to have the possibility to view (and maybe set) the preferred path for LUNs. I found your script in the VMware community (<a href="http://communities.vmware.com/thread/237752" rel="nofollow">http://communities.vmware.com/thread/237752</a>), however as I&#8217;m not a scripter, I was not yet able to get it running within EcoShell yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1441</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 16 Nov 2009 22:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1441</guid>
		<description>&lt;a href=&quot;#comment-1435&quot; rel=&quot;nofollow&quot;&gt;@Alan Renouf &lt;/a&gt; 
Thanks.  That worked without issues.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1435" rel="nofollow">@Alan Renouf </a><br />
Thanks.  That worked without issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry C</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1439</link>
		<dc:creator>Jerry C</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1439</guid>
		<description>Al, any ideas about how to check for stale VM&#039;s using The VESI?</description>
		<content:encoded><![CDATA[<p>Al, any ideas about how to check for stale VM&#8217;s using The VESI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Renouf</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1438</link>
		<dc:creator>Alan Renouf</dc:creator>
		<pubDate>Mon, 16 Nov 2009 16:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1438</guid>
		<description>&lt;a href=&quot;#comment-1437&quot; rel=&quot;nofollow&quot;&gt;@Aaron &lt;/a&gt; 
Great idea, I will add this.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1437" rel="nofollow">@Aaron </a><br />
Great idea, I will add this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1437</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 16 Nov 2009 16:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1437</guid>
		<description>Al, great update.  This is an amazing PowerPack.  I do have one thing that i would love to see added to both the PowerPack, and more importantly, the vCheck script.  I would love to have it check on machines that are not set to auto-start with the host reboots.  This would be very helpful in my environment.

Thanks for the great work, and keep it up!!

app</description>
		<content:encoded><![CDATA[<p>Al, great update.  This is an amazing PowerPack.  I do have one thing that i would love to see added to both the PowerPack, and more importantly, the vCheck script.  I would love to have it check on machines that are not set to auto-start with the host reboots.  This would be very helpful in my environment.</p>
<p>Thanks for the great work, and keep it up!!</p>
<p>app</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Renouf</title>
		<link>http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/#comment-1436</link>
		<dc:creator>Alan Renouf</dc:creator>
		<pubDate>Mon, 16 Nov 2009 15:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1098#comment-1436</guid>
		<description>&lt;a href=&quot;#comment-1423&quot; rel=&quot;nofollow&quot;&gt;@NiTRo &lt;/a&gt; 

&lt;a href=&quot;#comment-1424&quot; rel=&quot;nofollow&quot;&gt;@Maish &lt;/a&gt; 

&lt;a href=&quot;#comment-1432&quot; rel=&quot;nofollow&quot;&gt;@PiroNet &lt;/a&gt; 

Thanks for the comments guys, im glad you are finding it usefull.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1423" rel="nofollow">@NiTRo </a> </p>
<p><a href="#comment-1424" rel="nofollow">@Maish </a> </p>
<p><a href="#comment-1432" rel="nofollow">@PiroNet </a> </p>
<p>Thanks for the comments guys, im glad you are finding it usefull.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

