<?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: At Your Fingertips	</title>
	<atom:link href="https://www.lucd.info/2019/09/05/at-your-fingertips/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lucd.info/2019/09/05/at-your-fingertips/</link>
	<description>My PowerShell ramblings</description>
	<lastBuildDate>Mon, 18 Nov 2019 12:39:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<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>
		By: LucD		</title>
		<link>https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4734</link>

		<dc:creator><![CDATA[LucD]]></dc:creator>
		<pubDate>Mon, 18 Nov 2019 12:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucd.info/?p=6384#comment-4734</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4733&quot;&gt;tom&lt;/a&gt;.

That is an excellent suggestion.
Try replacing the PCLI code with
&lt;code&gt;
    # PowerCLI version (derived from module VMware.PowerCLI)
    $pcliModule = Get-Module -Name VMware.PowerCLI -ListAvailable &#124;
    Sort-Object -Property Version -Descending &#124;
    Select-Object -First 1
    $pcli = &quot; - PCLI: $(if($pcliModule){$pcliModule.Version.ToString()}else{&#039;na&#039;})&quot;
&lt;/code&gt;

I&#039;ll change the code on the repository as well.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4733">tom</a>.</p>
<p>That is an excellent suggestion.<br />
Try replacing the PCLI code with<br />
<code><br />
    # PowerCLI version (derived from module VMware.PowerCLI)<br />
    $pcliModule = Get-Module -Name VMware.PowerCLI -ListAvailable |<br />
    Sort-Object -Property Version -Descending |<br />
    Select-Object -First 1<br />
    $pcli = " - PCLI: $(if($pcliModule){$pcliModule.Version.ToString()}else{'na'})"<br />
</code></p>
<p>I&#8217;ll change the code on the repository as well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tom		</title>
		<link>https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4733</link>

		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Mon, 18 Nov 2019 12:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucd.info/?p=6384#comment-4733</guid>

					<description><![CDATA[It would be good to have &quot;$pcliModule = Get-Module -Name VMware.PowerCLI...&quot; embraced in &quot;try&quot; - &quot;catch&quot; , because your module is useful even without PCLI installed.]]></description>
			<content:encoded><![CDATA[<p>It would be good to have &#8220;$pcliModule = Get-Module -Name VMware.PowerCLI&#8230;&#8221; embraced in &#8220;try&#8221; &#8211; &#8220;catch&#8221; , because your module is useful even without PCLI installed.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LucD		</title>
		<link>https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4691</link>

		<dc:creator><![CDATA[LucD]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 22:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucd.info/?p=6384#comment-4691</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4690&quot;&gt;MartinM&lt;/a&gt;.

Thanks.
We enjoyed doing the session.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4690">MartinM</a>.</p>
<p>Thanks.<br />
We enjoyed doing the session.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MartinM		</title>
		<link>https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4690</link>

		<dc:creator><![CDATA[MartinM]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 22:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucd.info/?p=6384#comment-4690</guid>

					<description><![CDATA[Thanks! It was a great session at VMworld.]]></description>
			<content:encoded><![CDATA[<p>Thanks! It was a great session at VMworld.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tmack		</title>
		<link>https://www.lucd.info/2019/09/05/at-your-fingertips/#comment-4689</link>

		<dc:creator><![CDATA[tmack]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 13:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucd.info/?p=6384#comment-4689</guid>

					<description><![CDATA[Very cool! Thanks]]></description>
			<content:encoded><![CDATA[<p>Very cool! Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
