<?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 (Addendum)</title>
	<atom:link href="http://poshoholic.com/2007/08/31/essential-powershell-understanding-foreach-addendum/feed/" rel="self" type="application/rss+xml" />
	<link>http://poshoholic.com/2007/08/31/essential-powershell-understanding-foreach-addendum/</link>
	<description>Totally addicted to PowerShell</description>
	<lastBuildDate>Sat, 05 May 2012 13:03:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kirk Munro</title>
		<link>http://poshoholic.com/2007/08/31/essential-powershell-understanding-foreach-addendum/#comment-39</link>
		<dc:creator><![CDATA[Kirk Munro]]></dc:creator>
		<pubDate>Sat, 06 Oct 2007 22:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/31/essential-powershell-understanding-foreach-addendum/#comment-39</guid>
		<description><![CDATA[I agree completely that it would be more straightforward to use Where-Object.  I just wanted to come up with a simple example comparing foreach with ForEach-Object and wasn&#039;t that concerned that the example was not the best approach to whatever the script was designed to do (although I usually make the effort, coming up with the perfect example doesn&#039;t always work),  The examples in entries I write like this are usually written solely with the purpose of illustrating a point and not necessarily the recommended way to perform those operations.

Thanks Keith!]]></description>
		<content:encoded><![CDATA[<p>I agree completely that it would be more straightforward to use Where-Object.  I just wanted to come up with a simple example comparing foreach with ForEach-Object and wasn&#8217;t that concerned that the example was not the best approach to whatever the script was designed to do (although I usually make the effort, coming up with the perfect example doesn&#8217;t always work),  The examples in entries I write like this are usually written solely with the purpose of illustrating a point and not necessarily the recommended way to perform those operations.</p>
<p>Thanks Keith!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Hill</title>
		<link>http://poshoholic.com/2007/08/31/essential-powershell-understanding-foreach-addendum/#comment-38</link>
		<dc:creator><![CDATA[Keith Hill]]></dc:creator>
		<pubDate>Sat, 06 Oct 2007 18:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/31/essential-powershell-understanding-foreach-addendum/#comment-38</guid>
		<description><![CDATA[FYI, your last example is essentially a filter so I think this would be a bit more straight forward:

[char[]]”Poshoholic” &#124; where { @(’a&#039;,’e&#039;,’i&#039;,’o&#039;,’u&#039;) -notcontains $_}

Nice post!]]></description>
		<content:encoded><![CDATA[<p>FYI, your last example is essentially a filter so I think this would be a bit more straight forward:</p>
<p>[char[]]”Poshoholic” | where { @(’a&#8217;,’e&#8217;,’i&#8217;,’o&#8217;,’u&#8217;) -notcontains $_}</p>
<p>Nice post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exchange cmdlets or PowerShell issue? &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond</title>
		<link>http://poshoholic.com/2007/08/31/essential-powershell-understanding-foreach-addendum/#comment-35</link>
		<dc:creator><![CDATA[Exchange cmdlets or PowerShell issue? &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond]]></dc:creator>
		<pubDate>Tue, 02 Oct 2007 08:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/31/essential-powershell-understanding-foreach-addendum/#comment-35</guid>
		<description><![CDATA[[...] 2007 , KB , Knowledge Base , Known Issues , PowerShell       It looks like there are more and more ForEach-related topics coming out of blogosphere. This time I came across this post by Matthew Byrd on Exchange [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 2007 , KB , Knowledge Base , Known Issues , PowerShell       It looks like there are more and more ForEach-related topics coming out of blogosphere. This time I came across this post by Matthew Byrd on Exchange [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential PowerShell: Understanding foreach &#171; Poshoholic</title>
		<link>http://poshoholic.com/2007/08/31/essential-powershell-understanding-foreach-addendum/#comment-30</link>
		<dc:creator><![CDATA[Essential PowerShell: Understanding foreach &#171; Poshoholic]]></dc:creator>
		<pubDate>Thu, 27 Sep 2007 22:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2007/08/31/essential-powershell-understanding-foreach-addendum/#comment-30</guid>
		<description><![CDATA[[...] P.S. This is the first of two articles discussing foreach in PowerShell.  After reading this article I recommend you read the second part as well, entitled &#8220;Essential PowerShell: Understanding foreach (addendum)&#8220;. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] P.S. This is the first of two articles discussing foreach in PowerShell.  After reading this article I recommend you read the second part as well, entitled &#8220;Essential PowerShell: Understanding foreach (addendum)&#8220;. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

