<?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: Essential PowerShell: Understanding foreach</title>
	<atom:link href="http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/feed/" rel="self" type="application/rss+xml" />
	<link>http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/</link>
	<description>Totally addicted to PowerShell</description>
	<lastBuildDate>Thu, 09 Feb 2012 00:54:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: PowerShell: Return, ForEach,ForEach-Object and a pipe &#124; jbmurphy.com</title>
		<link>http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/#comment-2724</link>
		<dc:creator><![CDATA[PowerShell: Return, ForEach,ForEach-Object and a pipe &#124; jbmurphy.com]]></dc:creator>
		<pubDate>Tue, 29 Nov 2011 19:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/21/essential-powershell-understanding-foreach/#comment-2724</guid>
		<description><![CDATA[[...] led me to this page, and specifically this quote clears it up for me (kinda):  . . . [the object] it is sent into the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] led me to this page, and specifically this quote clears it up for me (kinda):  . . . [the object] it is sent into the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential PowerShell: Understanding foreach &#124; matlock.ca</title>
		<link>http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/#comment-2304</link>
		<dc:creator><![CDATA[Essential PowerShell: Understanding foreach &#124; matlock.ca]]></dc:creator>
		<pubDate>Wed, 16 Feb 2011 22:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/21/essential-powershell-understanding-foreach/#comment-2304</guid>
		<description><![CDATA[[...] curious about the performance differences and between using a foreach and foreach-object. This article really helped me understand the difference between the two and what situations you would want to [...]]]></description>
		<content:encoded><![CDATA[<p>[...] curious about the performance differences and between using a foreach and foreach-object. This article really helped me understand the difference between the two and what situations you would want to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerShell Script &#8211; Loop &#171; The Realm of the Verbal Processor</title>
		<link>http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/#comment-1424</link>
		<dc:creator><![CDATA[PowerShell Script &#8211; Loop &#171; The Realm of the Verbal Processor]]></dc:creator>
		<pubDate>Thu, 29 Oct 2009 04:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/21/essential-powershell-understanding-foreach/#comment-1424</guid>
		<description><![CDATA[[...] can read about them and a bit about how to use them here, and here. Additionally, I would refer anyone with scripting questions to check out the Scripting [...]]]></description>
		<content:encoded><![CDATA[<p>[...] can read about them and a bit about how to use them here, and here. Additionally, I would refer anyone with scripting questions to check out the Scripting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerShell Quick Tip: When you store an array, make sure it is an array &#171; Poshoholic</title>
		<link>http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/#comment-1231</link>
		<dc:creator><![CDATA[PowerShell Quick Tip: When you store an array, make sure it is an array &#171; Poshoholic]]></dc:creator>
		<pubDate>Fri, 03 Jul 2009 15:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/21/essential-powershell-understanding-foreach/#comment-1231</guid>
		<description><![CDATA[[...] is to avoid storing the entire collection in memory altogether by using pipelines and cmdlets like ForEach-Object to process the items in the collection, but I wanted to make sure you were aware of how you should [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is to avoid storing the entire collection in memory altogether by using pipelines and cmdlets like ForEach-Object to process the items in the collection, but I wanted to make sure you were aware of how you should [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential PowerShell: Understanding foreach (Addendum) &#171; Poshoholic</title>
		<link>http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/#comment-36</link>
		<dc:creator><![CDATA[Essential PowerShell: Understanding foreach (Addendum) &#171; Poshoholic]]></dc:creator>
		<pubDate>Wed, 03 Oct 2007 01:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/21/essential-powershell-understanding-foreach/#comment-36</guid>
		<description><![CDATA[[...] PowerShell: Understanding foreach&#160;(Addendum)  I need to add an important addendum to the Essential PowerShell: Understanding foreach article I posted (if you haven&#8217;t read it already, you might find it worthwhile to start with [...]]]></description>
		<content:encoded><![CDATA[<p>[...] PowerShell: Understanding foreach&nbsp;(Addendum)  I need to add an important addendum to the Essential PowerShell: Understanding foreach article I posted (if you haven&#8217;t read it already, you might find it worthwhile to start with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential PowerShell: Understanding Foreach (Addendum) &#171; Poshoholic</title>
		<link>http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/#comment-13</link>
		<dc:creator><![CDATA[Essential PowerShell: Understanding Foreach (Addendum) &#171; Poshoholic]]></dc:creator>
		<pubDate>Fri, 31 Aug 2007 23:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/21/essential-powershell-understanding-foreach/#comment-13</guid>
		<description><![CDATA[[...] PowerShell: Understanding Foreach&#160;(Addendum)  I need to add an important addendum to the Essential PowerShell: Understanding Foreach article I [...]]]></description>
		<content:encoded><![CDATA[<p>[...] PowerShell: Understanding Foreach&nbsp;(Addendum)  I need to add an important addendum to the Essential PowerShell: Understanding Foreach article I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Break not working in ForEach &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond</title>
		<link>http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/#comment-12</link>
		<dc:creator><![CDATA[Break not working in ForEach &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond]]></dc:creator>
		<pubDate>Fri, 31 Aug 2007 10:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/21/essential-powershell-understanding-foreach/#comment-12</guid>
		<description><![CDATA[[...] not working in&#160;ForEach   Published August 31st, 2007   PowerShell      Kirk has a great summary of a difference between ForEach the PowerShell keyword and ForEach the alias for ForEach-Object [...]]]></description>
		<content:encoded><![CDATA[<p>[...] not working in&nbsp;ForEach   Published August 31st, 2007   PowerShell      Kirk has a great summary of a difference between ForEach the PowerShell keyword and ForEach the alias for ForEach-Object [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

