<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Format Multilevel Arrays in PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/22/format-multilevel-arrays-in-powershell.aspx</link><description>Summary : Microsoft Scripting Guy Ed Wilson talks about formatting multilevel arrays in Windows PowerShell.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Format Multilevel Arrays in PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/22/format-multilevel-arrays-in-powershell.aspx#3455701</link><pubDate>Mon, 26 Sep 2011 22:47:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3455701</guid><dc:creator>Ed Wilson</dc:creator><description>&lt;p&gt;@Keith @Craig thank you. I am glad you enjoyed the article.&lt;/p&gt;
&lt;p&gt;@Brandon you are correct that removing @() is irrelevant. My point is showing how to deal with the problem as it exists in RTM Windows PowerShell 2.0.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3455701" width="1" height="1"&gt;</description></item><item><title>re: Format Multilevel Arrays in PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/22/format-multilevel-arrays-in-powershell.aspx#3455538</link><pubDate>Mon, 26 Sep 2011 12:39:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3455538</guid><dc:creator>Brandon</dc:creator><description>&lt;p&gt;AFAICT, the issue DF was having here is entirely one of the syntax parser getting confused about where the line ends. &amp;nbsp;Removing the outer @() is wholly irrelevant. &amp;nbsp;Moving the comma to the end of the line -or- placing a backtick at the end of the line to escape the newline fixes the issue. &amp;nbsp;The former implicitly continues the statement, the latter does so explicitly. &amp;nbsp;Quite honestly, however, the parser should be smart enough to see the open parens for the outer @() and not stop parsing the line until it finds the matching close parens 5 lines later. &amp;nbsp;I&amp;#39;d argue this is a parsing bug.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3455538" width="1" height="1"&gt;</description></item><item><title>re: Format Multilevel Arrays in PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/22/format-multilevel-arrays-in-powershell.aspx#3455359</link><pubDate>Sun, 25 Sep 2011 00:15:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3455359</guid><dc:creator>Craig Lussier</dc:creator><description>&lt;p&gt;This is a well written with simplified examples and language post on multi-level arrays. Thanks for sharing and keep the posts coming!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3455359" width="1" height="1"&gt;</description></item><item><title>re: Format Multilevel Arrays in PowerShell</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/09/22/format-multilevel-arrays-in-powershell.aspx#3455107</link><pubDate>Fri, 23 Sep 2011 06:27:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3455107</guid><dc:creator>Keith Langmead</dc:creator><description>&lt;p&gt;Great post, a while ago I hunted for a decent explanation of how multi-level arrays work in PowerShell, and this is the first time I&amp;#39;ve seen it explained it so well.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3455107" width="1" height="1"&gt;</description></item></channel></rss>