<?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: Top five gotchas when learning PowerShell</title>
	<atom:link href="http://www.johndcook.com/blog/2008/05/02/top-five-gotchas-when-learning-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2008/05/02/top-five-gotchas-when-learning-powershell/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 22:42:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tweets that mention Top five gotchas when learning PowerShell — The Endeavour -- Topsy.com</title>
		<link>http://www.johndcook.com/blog/2008/05/02/top-five-gotchas-when-learning-powershell/comment-page-1/#comment-46234</link>
		<dc:creator>Tweets that mention Top five gotchas when learning PowerShell — The Endeavour -- Topsy.com</dc:creator>
		<pubDate>Sun, 12 Sep 2010 17:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/05/02/top-five-gotchas-when-learning-powershell/#comment-46234</guid>
		<description>[...] This post was mentioned on Twitter by Scott Muc, Andy Parkhill. Andy Parkhill said: Top five gotchas when learning PowerShell #bookmark #powershell http://icio.us/wyeoye [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Scott Muc, Andy Parkhill. Andy Parkhill said: Top five gotchas when learning PowerShell #bookmark #powershell <a href="http://icio.us/wyeoye" rel="nofollow">http://icio.us/wyeoye</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Hill</title>
		<link>http://www.johndcook.com/blog/2008/05/02/top-five-gotchas-when-learning-powershell/comment-page-1/#comment-343</link>
		<dc:creator>Keith Hill</dc:creator>
		<pubDate>Mon, 05 May 2008 23:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/05/02/top-five-gotchas-when-learning-powershell/#comment-343</guid>
		<description>I agree with all except #2.  I&#039;ve never had nor heard of many issues with ` as an escape character and thank goodness they didn&#039;t use \ as an escape character (like in Korn shell).  One gotcha that I would consider perhaps in the top five is calling out to external apps that take parameters.  Sometimes PowerShell&#039;s parsing gets in the way like if your parameters use semi-colon e.g. /workspace:hillr1;hillr.  PoSh sees the semi-colon as a statement separator and considers hillr the start of a new command.  Ugh, this has caused me and a lot of folks grief (which is why we added echoargs.exe to PSCX).  Another popular gotcha is using expressions within double quotes.  I see folks doing this &quot;Host version is $host.version&quot; not realizing that it should be &quot;Host version is $($host.version)&quot;.  Just my 2 cents.  BTW good stuff you&#039;re writing on Posh.  Keep it up!</description>
		<content:encoded><![CDATA[<p>I agree with all except #2.  I&#8217;ve never had nor heard of many issues with ` as an escape character and thank goodness they didn&#8217;t use \ as an escape character (like in Korn shell).  One gotcha that I would consider perhaps in the top five is calling out to external apps that take parameters.  Sometimes PowerShell&#8217;s parsing gets in the way like if your parameters use semi-colon e.g. /workspace:hillr1;hillr.  PoSh sees the semi-colon as a statement separator and considers hillr the start of a new command.  Ugh, this has caused me and a lot of folks grief (which is why we added echoargs.exe to PSCX).  Another popular gotcha is using expressions within double quotes.  I see folks doing this &#8220;Host version is $host.version&#8221; not realizing that it should be &#8220;Host version is $($host.version)&#8221;.  Just my 2 cents.  BTW good stuff you&#8217;re writing on Posh.  Keep it up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.284 seconds -->

