<?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>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: Justin</title>
		<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/#comment-12297</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 13 Jan 2012 01:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=864#comment-12297</guid>
		<description>The output command doesnt output anything... not sure why.

Is there a way to output this to HTML? or a CSV?</description>
		<content:encoded><![CDATA[<p>The output command doesnt output anything&#8230; not sure why.</p>
<p>Is there a way to output this to HTML? or a CSV?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/#comment-7675</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 07 Sep 2011 17:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=864#comment-7675</guid>
		<description>Actually I would do....

command(s) &#124; Out-File c:\path\filename.txt</description>
		<content:encoded><![CDATA[<p>Actually I would do&#8230;.</p>
<p>command(s) | Out-File c:\path\filename.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: twodeer</title>
		<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/#comment-7674</link>
		<dc:creator>twodeer</dc:creator>
		<pubDate>Wed, 07 Sep 2011 17:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=864#comment-7674</guid>
		<description>command(s) &gt; \path\to\file.name</description>
		<content:encoded><![CDATA[<p>command(s) &gt; \path\to\file.name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angus</title>
		<link>http://www.virtu-al.net/2009/08/27/powercli-one-liners-last-10-vms-created-and-removed/#comment-2432</link>
		<dc:creator>Angus</dc:creator>
		<pubDate>Tue, 15 Jun 2010 16:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=864#comment-2432</guid>
		<description>How can I output the results to a text file?

thanks</description>
		<content:encoded><![CDATA[<p>How can I output the results to a text file?</p>
<p>thanks</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-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-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-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-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>

