<?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: VI Toolkit One-Liner: VM Guest Disk Sizes</title>
	<atom:link href="http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:14:23 +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: KM</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-11274</link>
		<dc:creator>KM</dc:creator>
		<pubDate>Fri, 25 Nov 2011 10:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-11274</guid>
		<description>you can get with this below script

Connect-VIServer 

$AllVMs = Get-VM &#124; Get-View &#124; Where {-not $_.Config.Template}
$SortedVMs = $AllVMs &#124; Select *, @{N=&quot;NumDisks&quot;;E={@($_.Guest.Disk.Length)}} &#124; Sort-Object -Descending NumDisks


}
	}}
} &#124; Out-GridView

Disconnect-VIServer -Confirm:$False</description>
		<content:encoded><![CDATA[<p>you can get with this below script</p>
<p>Connect-VIServer </p>
<p>$AllVMs = Get-VM | Get-View | Where {-not $_.Config.Template}<br />
$SortedVMs = $AllVMs | Select *, @{N=&#8221;NumDisks&#8221;;E={@($_.Guest.Disk.Length)}} | Sort-Object -Descending NumDisks</p>
<p>}<br />
	}}<br />
} | Out-GridView</p>
<p>Disconnect-VIServer -Confirm:$False</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KM</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-11273</link>
		<dc:creator>KM</dc:creator>
		<pubDate>Fri, 25 Nov 2011 10:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-11273</guid>
		<description>Connect-VIServer 

$AllVMs = Get-VM &#124; Get-View &#124; Where {-not $_.Config.Template}
$SortedVMs = $AllVMs &#124; Select *, @{N=&quot;NumDisks&quot;;E={@($_.Guest.Disk.Length)}} &#124; Sort-Object -Descending NumDisks


}
	}}
} &#124; Out-GridView

Disconnect-VIServer -Confirm:$False</description>
		<content:encoded><![CDATA[<p>Connect-VIServer </p>
<p>$AllVMs = Get-VM | Get-View | Where {-not $_.Config.Template}<br />
$SortedVMs = $AllVMs | Select *, @{N=&#8221;NumDisks&#8221;;E={@($_.Guest.Disk.Length)}} | Sort-Object -Descending NumDisks</p>
<p>}<br />
	}}<br />
} | Out-GridView</p>
<p>Disconnect-VIServer -Confirm:$False</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjai</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-11272</link>
		<dc:creator>sanjai</dc:creator>
		<pubDate>Fri, 25 Nov 2011 09:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-11272</guid>
		<description>Alan,

This is a one liner that works perfect.

Get-VM  &#124; Where-Object {$_.Name -match &quot;vmware&quot;} &#124; select Name , powerstate , Numcpu , memorymb  

but i wanted to add the &quot;VM IP&quot; and &quot;VM creation date&quot; to the same. is it possible?</description>
		<content:encoded><![CDATA[<p>Alan,</p>
<p>This is a one liner that works perfect.</p>
<p>Get-VM  | Where-Object {$_.Name -match &#8220;vmware&#8221;} | select Name , powerstate , Numcpu , memorymb  </p>
<p>but i wanted to add the &#8220;VM IP&#8221; and &#8220;VM creation date&#8221; to the same. is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KM</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-9420</link>
		<dc:creator>KM</dc:creator>
		<pubDate>Mon, 24 Oct 2011 04:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-9420</guid>
		<description>Hello friends,

It&#039;s really helping to my work, i want IP &amp; HostName also can any one help me on this ?


Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello friends,</p>
<p>It&#8217;s really helping to my work, i want IP &amp; HostName also can any one help me on this ?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al &#124; Virtually everything is poshable</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-8015</link>
		<dc:creator>Virtu-Al &#124; Virtually everything is poshable</dc:creator>
		<pubDate>Wed, 05 Oct 2011 11:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-8015</guid>
		<description>[...] I have had a few comments on an old post I wrote showing a one-liner to get the VM’s disk sizes for each VM, I was asked if there was a [...]</description>
		<content:encoded><![CDATA[<p>[...] I have had a few comments on an old post I wrote showing a one-liner to get the VM’s disk sizes for each VM, I was asked if there was a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morry</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-6922</link>
		<dc:creator>Morry</dc:creator>
		<pubDate>Wed, 29 Jun 2011 14:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-6922</guid>
		<description>Hi there,

Im trying to get this in an Script... which gets the Size and writes all VM&#039;s with Free Diskspace less then an value in an HTML or textfile to E-Mail it...

Anybody.. could help... started today with PowerCLI / Powershell
For the E-Mail List I would like to use the Variable $users
and for the WarningValue $percentofWarning...

The E-Mail sending-sequenze using the Content of the txt/html is already done..

Any ideas?

regs 
Morry</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Im trying to get this in an Script&#8230; which gets the Size and writes all VM&#8217;s with Free Diskspace less then an value in an HTML or textfile to E-Mail it&#8230;</p>
<p>Anybody.. could help&#8230; started today with PowerCLI / Powershell<br />
For the E-Mail List I would like to use the Variable $users<br />
and for the WarningValue $percentofWarning&#8230;</p>
<p>The E-Mail sending-sequenze using the Content of the txt/html is already done..</p>
<p>Any ideas?</p>
<p>regs<br />
Morry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-2413</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Tue, 08 Jun 2010 13:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-2413</guid>
		<description>Fantastic - Thanks very much - I&#039;ve been trying (and not getting very far) to put something like this together.

Question - Is it overly complicated to add additional code to update the annotation field for each VM with this information?

Regards
Grant</description>
		<content:encoded><![CDATA[<p>Fantastic &#8211; Thanks very much &#8211; I&#8217;ve been trying (and not getting very far) to put something like this together.</p>
<p>Question &#8211; Is it overly complicated to add additional code to update the annotation field for each VM with this information?</p>
<p>Regards<br />
Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-1772</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 29 Jan 2010 13:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-1772</guid>
		<description>As promised: http://www.virtu-al.net/2010/01/27/powercli-virtual-machine-disk-usage/</description>
		<content:encoded><![CDATA[<p>As promised: <a href="http://www.virtu-al.net/2010/01/27/powercli-virtual-machine-disk-usage/" rel="nofollow">http://www.virtu-al.net/2010/01/27/powercli-virtual-machine-disk-usage/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-1757</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Mon, 25 Jan 2010 18:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-1757</guid>
		<description>@Lars, @Abdul,

Yes I have the code which exports this to CSV, I will post it over the next couple of days.</description>
		<content:encoded><![CDATA[<p>@Lars, @Abdul,</p>
<p>Yes I have the code which exports this to CSV, I will post it over the next couple of days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul</title>
		<link>http://www.virtu-al.net/2009/03/25/vi-toolkit-one-liner-vm-guest-disk-sizes/#comment-1754</link>
		<dc:creator>Abdul</dc:creator>
		<pubDate>Mon, 25 Jan 2010 12:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=414#comment-1754</guid>
		<description>Did you find a way to export it to a file?</description>
		<content:encoded><![CDATA[<p>Did you find a way to export it to a file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

