<?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>Create a Hash Table in PowerShell that Contains Hash Tables</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/10/create-a-hash-table-in-powershell-that-contains-hash-tables.aspx</link><description>Learn how to work with hash tables that contain other hash tables 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: Create a Hash Table in PowerShell that Contains Hash Tables</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/10/create-a-hash-table-in-powershell-that-contains-hash-tables.aspx#3496650</link><pubDate>Tue, 08 May 2012 12:58:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496650</guid><dc:creator>whoa</dc:creator><description>&lt;p&gt;What if I want to remove for example only &amp;quot;more people&amp;quot;, from the Name Two, so that people would stay as a value, which way should I do that ? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496650" width="1" height="1"&gt;</description></item><item><title>re: Create a Hash Table in PowerShell that Contains Hash Tables</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/10/create-a-hash-table-in-powershell-that-contains-hash-tables.aspx#3470207</link><pubDate>Sun, 11 Dec 2011 17:42:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3470207</guid><dc:creator>Ed Wilson</dc:creator><description>&lt;p&gt;@James, you are absolutely correct, can definately make them in one step. The reason I chose not to do so here, is that I wanted to make sure everyone saw &amp;quot;all the steps&amp;quot; ... to make it easier for beginners to follow what exactly is going on. Thank you very much for your comment, it is a nice technique, and can make things easier when working at the command line.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3470207" width="1" height="1"&gt;</description></item><item><title>re: Create a Hash Table in PowerShell that Contains Hash Tables</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/10/create-a-hash-table-in-powershell-that-contains-hash-tables.aspx#3470176</link><pubDate>Sat, 10 Dec 2011 22:56:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3470176</guid><dc:creator>James</dc:creator><description>&lt;p&gt;Why not just make them in one go?&lt;/p&gt;
&lt;p&gt;$a = @{ &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;1 = @{ &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;a&amp;#39; = &amp;#39;A1&amp;#39;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;b&amp;#39; = &amp;#39;B1&amp;#39;}; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2 = @{ &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;a&amp;#39; = &amp;#39;A2&amp;#39;; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;b&amp;#39; = &amp;#39;B2&amp;#39; } }&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3470176" width="1" height="1"&gt;</description></item></channel></rss>