<?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: Bring on the next version</title>
	<atom:link href="http://www.virtu-al.net/2009/11/20/powercli-bring-on-the-next-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/11/20/powercli-bring-on-the-next-version/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Sat, 11 Feb 2012 00:31:08 +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: Thomas Paulsen</title>
		<link>http://www.virtu-al.net/2009/11/20/powercli-bring-on-the-next-version/#comment-1533</link>
		<dc:creator>Thomas Paulsen</dc:creator>
		<pubDate>Fri, 04 Dec 2009 14:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1104#comment-1533</guid>
		<description>I&#039;ve tried this script, a modified version of yours:

Get-VMHost &#124; Select name,
@{N=&quot;Mem.Usage.Average&quot;;E={(get-stat -entity $_ -Start ((Get-Date).AddDays(-30)) -Finish (Get-Date) -stat mem.usage.average -intervalmins 5 -MaxSamples 1).Value}}, 
@{N=&quot;Mem.Usage.Maximum&quot;;E={(get-stat -entity $_ -Start ((Get-Date).AddDays(-30)) -Finish (Get-Date) -stat mem.usage.maximum -intervalmins 5 -MaxSamples 1).Value}}, 
@{N=&quot;Cpu.Usage.Average&quot;;E={(get-stat -entity $_ -Start ((Get-Date).AddDays(-30)) -Finish (Get-Date) -stat cpu.usage.average -intervalmins 5 -MaxSamples 1).Value}}, 
@{N=&quot;Cpu.Usage.Maximum&quot;;E={(get-stat -entity $_ -Start ((Get-Date).AddDays(-30)) -Finish (Get-Date) -stat cpu.usage.maximum -intervalmins 5 -MaxSamples 1).Value}} &#124;Export-Csv c:\stats.csv

I want to get the maximum cpu usage of the last 30 days, but nothing happens, only the average numbers occur in the stats.csv.
What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this script, a modified version of yours:</p>
<p>Get-VMHost | Select name,<br />
@{N=&#8221;Mem.Usage.Average&#8221;;E={(get-stat -entity $_ -Start ((Get-Date).AddDays(-30)) -Finish (Get-Date) -stat mem.usage.average -intervalmins 5 -MaxSamples 1).Value}},<br />
@{N=&#8221;Mem.Usage.Maximum&#8221;;E={(get-stat -entity $_ -Start ((Get-Date).AddDays(-30)) -Finish (Get-Date) -stat mem.usage.maximum -intervalmins 5 -MaxSamples 1).Value}},<br />
@{N=&#8221;Cpu.Usage.Average&#8221;;E={(get-stat -entity $_ -Start ((Get-Date).AddDays(-30)) -Finish (Get-Date) -stat cpu.usage.average -intervalmins 5 -MaxSamples 1).Value}},<br />
@{N=&#8221;Cpu.Usage.Maximum&#8221;;E={(get-stat -entity $_ -Start ((Get-Date).AddDays(-30)) -Finish (Get-Date) -stat cpu.usage.maximum -intervalmins 5 -MaxSamples 1).Value}} |Export-Csv c:\stats.csv</p>
<p>I want to get the maximum cpu usage of the last 30 days, but nothing happens, only the average numbers occur in the stats.csv.<br />
What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerCli 4 U1 is released &#8230; &#171; powercli.co.uk</title>
		<link>http://www.virtu-al.net/2009/11/20/powercli-bring-on-the-next-version/#comment-1477</link>
		<dc:creator>PowerCli 4 U1 is released &#8230; &#171; powercli.co.uk</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1104#comment-1477</guid>
		<description>[...] Alan Renouf also gives his initial impressions on the release here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Alan Renouf also gives his initial impressions on the release here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben.neise.co.uk &#187; vSphere 4.0 Update 1 Released</title>
		<link>http://www.virtu-al.net/2009/11/20/powercli-bring-on-the-next-version/#comment-1476</link>
		<dc:creator>ben.neise.co.uk &#187; vSphere 4.0 Update 1 Released</dc:creator>
		<pubDate>Fri, 20 Nov 2009 13:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1104#comment-1476</guid>
		<description>[...] the PowerCLI has been updated, and can be found here. There are 68 new CMDLETS, which Alan Renouf does a great job of explaining. I&#8217;m especially looking forward to trying out GetSet-CustomAttribute (no more manipulation [...]</description>
		<content:encoded><![CDATA[<p>[...] the PowerCLI has been updated, and can be found here. There are 68 new CMDLETS, which Alan Renouf does a great job of explaining. I&#8217;m especially looking forward to trying out GetSet-CustomAttribute (no more manipulation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8220;Me Too!&#8221; &#8211; vSphere 4.0 Update 1 Released</title>
		<link>http://www.virtu-al.net/2009/11/20/powercli-bring-on-the-next-version/#comment-1475</link>
		<dc:creator>&#8220;Me Too!&#8221; &#8211; vSphere 4.0 Update 1 Released</dc:creator>
		<pubDate>Fri, 20 Nov 2009 12:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1104#comment-1475</guid>
		<description>[...] Virtual-Al (Alan) &#8211; Better coverage on the new cmdlets in PowerCLI 4.0 U1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Virtual-Al (Alan) &#8211; Better coverage on the new cmdlets in PowerCLI 4.0 U1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/11/20/powercli-bring-on-the-next-version/#comment-1473</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1104#comment-1473</guid>
		<description>&lt;a href=&quot;#comment-1472&quot; rel=&quot;nofollow&quot;&gt;@Mariana &lt;/a&gt; 
You guys have just made far too many exciting changes, I knew I missed something, thanks for pointing it out.

Alan</description>
		<content:encoded><![CDATA[<p><a href="#comment-1472" rel="nofollow">@Mariana </a><br />
You guys have just made far too many exciting changes, I knew I missed something, thanks for pointing it out.</p>
<p>Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariana</title>
		<link>http://www.virtu-al.net/2009/11/20/powercli-bring-on-the-next-version/#comment-1472</link>
		<dc:creator>Mariana</dc:creator>
		<pubDate>Fri, 20 Nov 2009 09:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1104#comment-1472</guid>
		<description>Another important feature is that PowerCLI now supports running cmdlets on multiple servers. To switch between working on a single server and working on multiple servers, use the Set-PowerCLIConfiguration cmdlet.</description>
		<content:encoded><![CDATA[<p>Another important feature is that PowerCLI now supports running cmdlets on multiple servers. To switch between working on a single server and working on multiple servers, use the Set-PowerCLIConfiguration cmdlet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

