<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Get-WmiChildNameSpace</title><link>http://blogs.msdn.com/b/powershell/archive/2007/08/01/get-wmichildnamespace.aspx</link><description>I got sick of fiddling around with WMI namespace so I produced a really simple script to cope with this. I call it Get-WmiNamespace:
 
  PS&amp;gt; cat .\Get-WMIChildNameSpace.ps1 param ($Namespace="root\cimv2", $Computer=".", $Column=4) Get-WmiObject </description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Get-WmiChildNameSpace</title><link>http://blogs.msdn.com/b/powershell/archive/2007/08/01/get-wmichildnamespace.aspx#4207585</link><pubDate>Fri, 03 Aug 2007 17:11:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4207585</guid><dc:creator>Oisin Grehan</dc:creator><description>&lt;p&gt;hmmm... WMI -- I smell another provider coming on... ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4207585" width="1" height="1"&gt;</description></item><item><title>re: Get-WmiChildNameSpace</title><link>http://blogs.msdn.com/b/powershell/archive/2007/08/01/get-wmichildnamespace.aspx#4188548</link><pubDate>Thu, 02 Aug 2007 17:15:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4188548</guid><dc:creator>Lionel Fourquaux</dc:creator><description>&lt;p&gt;I tried to find what I remembered, and it looks like I confused an hypothetic WMI provider with the GAC namespace provider in PowerShellCX, since both ideas were discussed in the newsgroups at about the same time. &amp;nbsp;Sorry for the mistake.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4188548" width="1" height="1"&gt;</description></item><item><title>re: Get-WmiChildNameSpace</title><link>http://blogs.msdn.com/b/powershell/archive/2007/08/01/get-wmichildnamespace.aspx#4187830</link><pubDate>Thu, 02 Aug 2007 16:18:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4187830</guid><dc:creator>PowerShell Team</dc:creator><description>&lt;p&gt;If you know of a WMI namespace provider - please share it. &amp;nbsp;This would definately be the way to go.&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows Management Partner Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4187830" width="1" height="1"&gt;</description></item><item><title>re: Get-WmiChildNameSpace</title><link>http://blogs.msdn.com/b/powershell/archive/2007/08/01/get-wmichildnamespace.aspx#4185502</link><pubDate>Thu, 02 Aug 2007 12:56:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4185502</guid><dc:creator>Lionel Fourquaux</dc:creator><description>&lt;p&gt;Would it not make more sense to handle this using Get-ChildItem (something like gci | ? { $_.PSIsContainer })? &amp;nbsp;I believe there is a community extension that make WMI appear as a PowerShell provider.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4185502" width="1" height="1"&gt;</description></item></channel></rss>