<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Build Archives - LucD notes</title>
	<atom:link href="https://www.lucd.info/tag/build/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lucd.info/tag/build/</link>
	<description>My PowerShell ramblings</description>
	<lastBuildDate>Sat, 15 Mar 2014 16:53:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.lucd.info/wp-content/uploads/2018/12/cropped-120px-Tibetan_Dharmacakra-32x32.png</url>
	<title>Build Archives - LucD notes</title>
	<link>https://www.lucd.info/tag/build/</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/>	<item>
		<title>PowerCLI 5.5 R2, they do listen to you !</title>
		<link>https://www.lucd.info/2014/03/15/powercli-5-5-r2-they-do-listen-to-you/</link>
					<comments>https://www.lucd.info/2014/03/15/powercli-5-5-r2-they-do-listen-to-you/#comments</comments>
		
		<dc:creator><![CDATA[LucD]]></dc:creator>
		<pubDate>Sat, 15 Mar 2014 14:19:02 +0000</pubDate>
				<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Sofia]]></category>
		<category><![CDATA[Team]]></category>
		<guid isPermaLink="false">http://www.lucd.info/?p=4657</guid>

					<description><![CDATA[About a week ago I was so fortunate to being able to visit [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>About a week ago I was so fortunate to being able to visit the Team behind <a href="https://blogs.vmware.com/PowerCLI/" target="_blank">PowerCLI</a>.</p>
<p><a href="https://www.lucd.info/2014/03/15/powercli-5-5-r2-they-do-listen-to-you/1958397_10152299557853792_1094635274_n/" rel="attachment wp-att-4658"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4658" alt="1958397_10152299557853792_1094635274_n" src="https://lucd.info/wp-content/uploads/2014/03/1958397_10152299557853792_1094635274_n.jpg" width="960" height="720" srcset="https://www.lucd.info/wp-content/uploads/2014/03/1958397_10152299557853792_1094635274_n.jpg 960w, https://www.lucd.info/wp-content/uploads/2014/03/1958397_10152299557853792_1094635274_n-300x225.jpg 300w" sizes="(max-width: 960px) 100vw, 960px" /></a></p>
<p>I did already meet some of the PowerCLI Dev Team members on previous occasions, but this time I was able to see the complete team on their own turf.</p>
<p>Sometimes you immediately feel the chemistry that is present in a Team. And you know, even before you see what they produce, that great products will come out. This Team was for me a typical example of that.</p>
<p>Add on top of that, a dedicated and enthusiastic Product Manager, and voila, magic is in the air.</p>
<p>PowerCLI might be a free product, but you wouldn’t be able to tell that from seeing how this Team, located in Sofia Bulgaria, is dedicated to bringing a new build to you on a tight schedule.</p>
<p>And although PowerCLI might look like a simple products from the surface, you would be amazed at seeing the brainstorming, prototyping and reviewing that hides behind each new PowerCLI build this Team rolls out.</p>
<p>And they did it again with the <a href="https://blogs.vmware.com/PowerCLI/2014/03/new-release-vsphere-powercli-5-5-r2.html" target="_blank">PowerCLI 5.5 R2 build</a>.</p>
<p><span id="more-4657"></span></p>
<p>For me personally, one of the great new additions to this PowerCLI build, was the extension of the Stat cmdlets. They now allow you to list and use <span style="text-decoration: underline;">all</span> the counters that are documented in the <a href="https://pubs.vmware.com/vsphere-55/topic/com.vmware.wssdk.apiref.doc/vim.PerformanceManager.html" target="_blank">PerformanceManager</a> page.</p>
<p>This was something that had been missing since day 1, and I mentioned that on several occasions I&#8217;m afraid <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>But see, they do listen to their users, the nuisance has been fixed !</p>
<p>With some simple code you easily check what the effect of this change is.</p>
<p></p><pre class="urvanov-syntax-highlighter-plain-tag">$ds = Get-Datastore -Name DS1

Get-StatType -Entity $ds</pre><p></p>
<p>In a pre PowerCLI 5.5 R2 build, this produced</p>
<p><a href="https://www.lucd.info/2014/03/15/powercli-5-5-r2-they-do-listen-to-you/stat551_1/" rel="attachment wp-att-4659"><img decoding="async" class="alignnone size-full wp-image-4659" alt="stat551_1" src="https://lucd.info/wp-content/uploads/2014/03/stat551_1.png" width="676" height="184" srcset="https://www.lucd.info/wp-content/uploads/2014/03/stat551_1.png 676w, https://www.lucd.info/wp-content/uploads/2014/03/stat551_1-300x81.png 300w" sizes="(max-width: 676px) 100vw, 676px" /></a></p>
<p>but in PowerCLI 5.5 R2 you now get</p>
<p><a href="https://www.lucd.info/2014/03/15/powercli-5-5-r2-they-do-listen-to-you/stat552_1/" rel="attachment wp-att-4660"><img decoding="async" class="alignnone size-full wp-image-4660" alt="stat552_1" src="https://lucd.info/wp-content/uploads/2014/03/stat552_1.png" width="677" height="310" srcset="https://www.lucd.info/wp-content/uploads/2014/03/stat552_1.png 677w, https://www.lucd.info/wp-content/uploads/2014/03/stat552_1-300x137.png 300w" sizes="(max-width: 677px) 100vw, 677px" /></a></p>
<p>And this improvement allows you to do</p>
<p><a href="https://www.lucd.info/2014/03/15/powercli-5-5-r2-they-do-listen-to-you/stat552_2/" rel="attachment wp-att-4661"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4661" alt="stat552_2" src="https://lucd.info/wp-content/uploads/2014/03/stat552_2.png" width="676" height="197" srcset="https://www.lucd.info/wp-content/uploads/2014/03/stat552_2.png 676w, https://www.lucd.info/wp-content/uploads/2014/03/stat552_2-300x87.png 300w" sizes="auto, (max-width: 676px) 100vw, 676px" /></a></p>
<p>instead of having to call the API, like I showed in <a href="https://www.lucd.info/2011/06/19/datastore-usage-statistics/" target="_blank">Datastore usage statistics</a>.</p>
<p>So start exploring this new improvement, I know I will.</p>
<p>And although this is just a small feature in the newest PowerCLI build, it makes me a very happy user <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>If you have any suggestions for improving, or feel something is missing, in PowerCLI, make sure you get heard.</p>
<p>They do listen to their users !</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.lucd.info/2014/03/15/powercli-5-5-r2-they-do-listen-to-you/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
