<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: PowerShell &#8211; Unix which Command</title>
	<atom:link href="http://blog.saadware.com/2008/07/10/powershell-unix-which-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.saadware.com/2008/07/10/powershell-unix-which-command/</link>
	<description>writings by scott saad</description>
	<lastBuildDate>Fri, 11 Sep 2009 03:13:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott</title>
		<link>http://blog.saadware.com/2008/07/10/powershell-unix-which-command/#comment-32</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 13 Aug 2008 15:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://saadware.wordpress.com/?p=15#comment-32</guid>
		<description>Actually, after using this a bit I realized that Get-Command does not necessarily tell you &quot;which&quot; one is going to be executed if you have multiple in your path. At least that&#039;s what I&#039;m finding. But changing the implementation to use Get-Command would probably be a good idea.</description>
		<content:encoded><![CDATA[<p>Actually, after using this a bit I realized that Get-Command does not necessarily tell you &#8220;which&#8221; one is going to be executed if you have multiple in your path. At least that&#8217;s what I&#8217;m finding. But changing the implementation to use Get-Command would probably be a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://blog.saadware.com/2008/07/10/powershell-unix-which-command/#comment-29</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Tue, 15 Jul 2008 03:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://saadware.wordpress.com/?p=15#comment-29</guid>
		<description>There&#039;s a TON of stuff in get-command.  Try examining the results of &#039;gcm &#039; and look at the Definition property.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a TON of stuff in get-command.  Try examining the results of &#8216;gcm &#8216; and look at the Definition property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.saadware.com/2008/07/10/powershell-unix-which-command/#comment-26</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 11 Jul 2008 00:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://saadware.wordpress.com/?p=15#comment-26</guid>
		<description>Doug,

Wow! Thanks for pointing that out. Get-Command is a much better way as it looks for more than just files. I Can&#039;t believe I&#039;ve never seen that. Oh well, it was fun exercise in learning to sharpen my dormant pipeline skills. :)

Thanks again for pointing that out.</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>Wow! Thanks for pointing that out. Get-Command is a much better way as it looks for more than just files. I Can&#8217;t believe I&#8217;ve never seen that. Oh well, it was fun exercise in learning to sharpen my dormant pipeline skills. :)</p>
<p>Thanks again for pointing that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.saadware.com/2008/07/10/powershell-unix-which-command/#comment-25</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 11 Jul 2008 00:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://saadware.wordpress.com/?p=15#comment-25</guid>
		<description>Get-Command also provides this.

Get-Command cmdkey.exe

Name            : cmdkey.exe
CommandType     : Application
Definition      : C:\Windows\system32\cmdkey.exe</description>
		<content:encoded><![CDATA[<p>Get-Command also provides this.</p>
<p>Get-Command cmdkey.exe</p>
<p>Name            : cmdkey.exe<br />
CommandType     : Application<br />
Definition      : C:\Windows\system32\cmdkey.exe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
