<?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: PowerShell Tutorials</title>
	<atom:link href="http://www.powershellpro.com/powershell-tutorial-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershellpro.com</link>
	<description>Sharing the Experience</description>
	<lastBuildDate>Mon, 06 Sep 2010 23:05:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom Cross</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-504</link>
		<dc:creator>Tom Cross</dc:creator>
		<pubDate>Sun, 18 Jul 2010 03:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-504</guid>
		<description>Thank you very much for the tutorials you supplied for NO CHARGE.
If people want to complain about you not putting them in order, I&#039;m sure they can write their own tutorials on how not to look a gift horse in the mouth.
Thanks again for the effort you went to and provide the wider community with this help.</description>
		<content:encoded><![CDATA[<p>Thank you very much for the tutorials you supplied for NO CHARGE.<br />
If people want to complain about you not putting them in order, I&#8217;m sure they can write their own tutorials on how not to look a gift horse in the mouth.<br />
Thanks again for the effort you went to and provide the wider community with this help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Drury</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-498</link>
		<dc:creator>Duncan Drury</dc:creator>
		<pubDate>Thu, 01 Jul 2010 07:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-498</guid>
		<description>Is there a good reason not to list the tutorials in order in the menu?  Surely that would take ten minutes or less.  Why make it hard?</description>
		<content:encoded><![CDATA[<p>Is there a good reason not to list the tutorials in order in the menu?  Surely that would take ten minutes or less.  Why make it hard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kathy</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-464</link>
		<dc:creator>kathy</dc:creator>
		<pubDate>Sat, 27 Mar 2010 13:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-464</guid>
		<description>did you mean to say &quot;Here is what I have slated&quot;?</description>
		<content:encoded><![CDATA[<p>did you mean to say &#8220;Here is what I have slated&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The captcha answer is 4</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-455</link>
		<dc:creator>The captcha answer is 4</dc:creator>
		<pubDate>Fri, 19 Mar 2010 03:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-455</guid>
		<description>Really, where are the tutorials?</description>
		<content:encoded><![CDATA[<p>Really, where are the tutorials?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-433</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 01 Dec 2009 19:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-433</guid>
		<description>How do you convert a bash script like the following:

for i in  `grep -r &quot;2\.7\.14&quot; *`; do cp $i $i.orig; sed -e &#039;s/this/that/g&#039;  $i; done

Which recursively searches files for the string &#039;2.7.14&#039; and replaces it with &#039;2.7.15&#039;?  

Essentially, how can you process an arbitrary list of items where that list is generated by another process?</description>
		<content:encoded><![CDATA[<p>How do you convert a bash script like the following:</p>
<p>for i in  `grep -r &#8220;2\.7\.14&#8243; *`; do cp $i $i.orig; sed -e &#8217;s/this/that/g&#8217;  $i; done</p>
<p>Which recursively searches files for the string &#8216;2.7.14&#8242; and replaces it with &#8216;2.7.15&#8242;?  </p>
<p>Essentially, how can you process an arbitrary list of items where that list is generated by another process?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smitty</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-427</link>
		<dc:creator>Smitty</dc:creator>
		<pubDate>Fri, 13 Nov 2009 22:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-427</guid>
		<description>I just started learning PowerShell earlier this month.
This tutorial was fun and informative.  I&#039;m going over the tutorials again to further internalize them.
Thank you for providing such an excellent source!</description>
		<content:encoded><![CDATA[<p>I just started learning PowerShell earlier this month.<br />
This tutorial was fun and informative.  I&#8217;m going over the tutorials again to further internalize them.<br />
Thank you for providing such an excellent source!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-399</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-399</guid>
		<description>Can you please tell me the most efficent order to take these tutorials in?</description>
		<content:encoded><![CDATA[<p>Can you please tell me the most efficent order to take these tutorials in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-385</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 24 Jul 2009 21:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-385</guid>
		<description>I guess, nevermind. I see the &quot;links&quot; on the side...I guess I was anticipating that the tutorials would continue with the same numbering format (i.e. 1, 2, 3, etc) so a person would know which order to take them in; guess I will start at the top and work my way down the listing.

Great site though! Glad to have some resources available.</description>
		<content:encoded><![CDATA[<p>I guess, nevermind. I see the &#8220;links&#8221; on the side&#8230;I guess I was anticipating that the tutorials would continue with the same numbering format (i.e. 1, 2, 3, etc) so a person would know which order to take them in; guess I will start at the top and work my way down the listing.</p>
<p>Great site though! Glad to have some resources available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-384</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 24 Jul 2009 21:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-384</guid>
		<description>Where do you find the tutorials? I see the link at the bottom to Tutorial #1, and can search the site and find random other tutorials...but where is the &quot;main&quot; tutorial page with the &quot;index&quot; of, and/or links to available tutorials?</description>
		<content:encoded><![CDATA[<p>Where do you find the tutorials? I see the link at the bottom to Tutorial #1, and can search the site and find random other tutorials&#8230;but where is the &#8220;main&#8221; tutorial page with the &#8220;index&#8221; of, and/or links to available tutorials?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WB</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/comment-page-1/#comment-311</link>
		<dc:creator>WB</dc:creator>
		<pubDate>Fri, 27 Mar 2009 03:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/#comment-311</guid>
		<description>Here is the link to lesson 1:
http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-windows-powershell-console/</description>
		<content:encoded><![CDATA[<p>Here is the link to lesson 1:<br />
<a href="http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-windows-powershell-console/" rel="nofollow">http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-windows-powershell-console/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
