<?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: One-liners last 10 VMs created and removed</title>
	<atom:link href="http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/</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: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/comment-page-1/#comment-916</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 04 Sep 2009 09:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=864#comment-916</guid>
		<description>&lt;a href=&quot;#comment-911&quot; rel=&quot;nofollow&quot;&gt;@vuong &lt;/a&gt; 
This is one of the things included in my Daily Report script but I have also altered the post above to show how to do this.</description>
		<content:encoded><![CDATA[<p><a href="#comment-911" rel="nofollow">@vuong </a><br />
This is one of the things included in my Daily Report script but I have also altered the post above to show how to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vuong</title>
		<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/comment-page-1/#comment-911</link>
		<dc:creator>vuong</dc:creator>
		<pubDate>Wed, 02 Sep 2009 16:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=864#comment-911</guid>
		<description>Can we modify the script to show ALL VMs built in last time period given?</description>
		<content:encoded><![CDATA[<p>Can we modify the script to show ALL VMs built in last time period given?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/comment-page-1/#comment-890</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 28 Aug 2009 07:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=864#comment-890</guid>
		<description>&lt;a href=&quot;#comment-888&quot; rel=&quot;nofollow&quot;&gt;@Glenn Sizemore &lt;/a&gt; 
Great idea with the regex, didnt think of that.   Thanks for the comment.  Love your blog.</description>
		<content:encoded><![CDATA[<p><a href="#comment-888" rel="nofollow">@Glenn Sizemore </a><br />
Great idea with the regex, didnt think of that.   Thanks for the comment.  Love your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Sizemore</title>
		<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/comment-page-1/#comment-888</link>
		<dc:creator>Glenn Sizemore</dc:creator>
		<pubDate>Thu, 27 Aug 2009 23:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=864#comment-888</guid>
		<description>Very cool, I really need to go back and look at all the new cmdlets.  Half the stuff I still do with Get-View have real cmdlets now! I would suggest using the -match operator... Slightly faster and easier to read.

Get-VIEvent -maxsamples 10000 &#124;
where-Object {$_.Gettype().Name -match “(VmCreatedEvent&#124;VmBeingClonedEvent&#124;VmBeingDeployedEvent)“} &#124;
Sort-object CreatedTime -Descending &#124;
Select-Object CreatedTime, UserName, FullformattedMessage -First 10 

~Glenn</description>
		<content:encoded><![CDATA[<p>Very cool, I really need to go back and look at all the new cmdlets.  Half the stuff I still do with Get-View have real cmdlets now! I would suggest using the -match operator&#8230; Slightly faster and easier to read.</p>
<p>Get-VIEvent -maxsamples 10000 |<br />
where-Object {$_.Gettype().Name -match “(VmCreatedEvent|VmBeingClonedEvent|VmBeingDeployedEvent)“} |<br />
Sort-object CreatedTime -Descending |<br />
Select-Object CreatedTime, UserName, FullformattedMessage -First 10 </p>
<p>~Glenn</p>
]]></content:encoded>
	</item>
</channel>
</rss>
