<?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>WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx</link><description>Recently one of MVPs, Darren Mar-Elia (Group Policy Guru from SDMSoftware [which as a set of FREE PowerShell GP cmdlets HERE ]) was working with our WMI type accelerators and got the following error: $ld = '\\sdmlaptop1\root\cimv2:Win32_LogicalDisk.Caption="C:"'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Microsoft news and tips &amp;raquo; WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8397569</link><pubDate>Tue, 15 Apr 2008 16:44:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8397569</guid><dc:creator>Microsoft news and tips &amp;raquo; WMI Object Identifiers and Keys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://microsoftnews.askpcdoc.com/?p=2530"&gt;http://microsoftnews.askpcdoc.com/?p=2530&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8398169</link><pubDate>Tue, 15 Apr 2008 23:25:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8398169</guid><dc:creator>Will Irwin</dc:creator><description>&lt;p&gt;Doesn't work for me (PS on 64-bit Vista, or on 32-bit XP).&lt;/p&gt;
&lt;p&gt;$c=[wmiclass]&amp;quot;win32_logicaldisk&amp;quot;&lt;/p&gt;
&lt;p&gt;gives me an object of type System.Management.ManagementClass#ROOT\cimv2\Win32_LogicalDisk (per get-member), but $c does not have a member called &amp;quot;Properties&amp;quot;.&lt;/p&gt;</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8398269</link><pubDate>Wed, 16 Apr 2008 00:51:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8398269</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;These demos are all using the V2 CTP syntax. &amp;nbsp;If you want to do the same thing on V1, just put the term &amp;quot;psbase.&amp;quot; in front of &amp;quot;properties&amp;quot; . &amp;nbsp;e.g. instead of $c.Properties &amp;nbsp;you'll type $c.psbase.Properties &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;
</description></item><item><title>Windows PowerShell Automation Doubt?</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8398686</link><pubDate>Wed, 16 Apr 2008 09:30:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8398686</guid><dc:creator>kuttappanPro</dc:creator><description>&lt;p&gt;Using IActiveScriptSite and &amp;nbsp;CcmdTarget we can write our own script engine&lt;/p&gt;
&lt;p&gt;for parsing VBscript code.&lt;/p&gt;
&lt;p&gt;like wise How we can write powershell script parsing engine&lt;/p&gt;
&lt;p&gt;using VC++ automation or other technology?&lt;/p&gt;</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8399383</link><pubDate>Wed, 16 Apr 2008 22:11:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8399383</guid><dc:creator>RADagenais</dc:creator><description>&lt;p&gt;Why are you posting V2 syntax when the current version is v1.&lt;/p&gt;
&lt;p&gt;IMO this really diminishes your credibility.&lt;/p&gt;
&lt;p&gt;I have clients coming to me with scripting problems that I know I could do great things in Powershell with, but this whole pushing version 2 before version 1 is even broadly adopted thing is keeping me from taking you guys seriously.&lt;/p&gt;
&lt;p&gt;The v2 stuff should be on the sidelines for now, and the general public stuff should be focused on v1.&lt;/p&gt;
&lt;p&gt;You guys are getting carried away and leaving the flock behind. Gazillions of us are just starting to bring PS1 into our production environments. SLOW DOWN&lt;/p&gt;
&lt;p&gt;And while we're at it, can we fix the bugs in v1 (like missing -LiteralPath in set-acl, and -Path balks at brackets).&lt;/p&gt;</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8400852</link><pubDate>Thu, 17 Apr 2008 06:48:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8400852</guid><dc:creator>Chris Federico</dc:creator><description>&lt;p&gt;RADagenais (or whatever they call you )&lt;/p&gt;
&lt;p&gt; This is a Blog and they can post whatever they feel like . Try going to the Powershell usergroup and posting this stuff over there . Maybe ask nicely and people will definitely help you .&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.powershell&amp;amp;cat=en_US_3750E87B-4971-4A5C-A537-45F5D7ABBECC&amp;amp;lang=en&amp;amp;cr=US"&gt;http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.powershell&amp;amp;cat=en_US_3750E87B-4971-4A5C-A537-45F5D7ABBECC&amp;amp;lang=en&amp;amp;cr=US&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8404291</link><pubDate>Thu, 17 Apr 2008 22:10:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8404291</guid><dc:creator>RADagenais</dc:creator><description>&lt;p&gt;I'm sorry if I was rude. I enjoy the blog.&lt;/p&gt;
&lt;p&gt;But I think its a valid point. The whole parade to v2 seems a little ahead of things.&lt;/p&gt;
&lt;p&gt;My comment is addressed to Microsoft in general, this being the main blog for PS by MS.&lt;/p&gt;
&lt;p&gt;My remark about the set-acl bug is irrelevant tho.&lt;/p&gt;
&lt;p&gt;-Rich&lt;/p&gt;</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8408908</link><pubDate>Fri, 18 Apr 2008 22:50:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8408908</guid><dc:creator>BosReg</dc:creator><description>&lt;p&gt;Will v1 scripts using psbase. still work correctly in v2?&lt;/p&gt;</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8409005</link><pubDate>Fri, 18 Apr 2008 23:35:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8409005</guid><dc:creator>BosReg</dc:creator><description>&lt;p&gt;If a class has more than one key property, you must specify all of them for this to work:&lt;/p&gt;
&lt;p&gt;PS&amp;gt; Get-WMIKey Win32_Environment&lt;/p&gt;
&lt;p&gt;Name&lt;/p&gt;
&lt;p&gt;UserName&lt;/p&gt;
&lt;p&gt;PS&amp;gt; $pp = '\root\cimv2:Win32_Environment.Name=&amp;quot;Path&amp;quot;,UserName=&amp;quot;&amp;lt;SYSTEM&amp;gt;&amp;quot;'&lt;/p&gt;
&lt;p&gt;PS&amp;gt; [wmi]$pp&lt;/p&gt;
&lt;p&gt;VariableValue &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UserName&lt;/p&gt;
&lt;p&gt;------------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --------&lt;/p&gt;
&lt;p&gt;F:\Oracle\product\10.1.... Path &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;SYSTEM&amp;gt;&lt;/p&gt;</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8409619</link><pubDate>Sat, 19 Apr 2008 05:40:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8409619</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt; Will v1 scripts using psbase. still work correctly in v2?&lt;/p&gt;
&lt;p&gt;Correct.&lt;/p&gt;
&lt;p&gt;jps&lt;/p&gt;
</description></item><item><title>re: WMI Object Identifiers and Keys</title><link>http://blogs.msdn.com/powershell/archive/2008/04/15/wmi-object-identifiers-and-keys.aspx#8540162</link><pubDate>Fri, 23 May 2008 19:43:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8540162</guid><dc:creator>Matt Thompson</dc:creator><description>&lt;p&gt;Hello Team! &lt;/p&gt;
&lt;p&gt;Loving Powershell, findint what can be done with ADSI and WMI great but not without its problems. As such I'd like to ask a question. (Appreciate this is probably not the normal place to ask but I am finding it hard to get information on WMI)&lt;/p&gt;
&lt;p&gt;I understand there maybe a bug in V2 where System.Management.ManagementBaseObject (or possibly an array of this object) is treated incorrectly in Powershell. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you confirm if this is correct?&lt;/p&gt;
&lt;p&gt;(see here for info on this &lt;a rel="nofollow" target="_new" href="http://www.vistax64.com/powershell/79129-wmi-network-adapter-speed.html"&gt;http://www.vistax64.com/powershell/79129-wmi-network-adapter-speed.html&lt;/a&gt; - I raised this here for further information to &lt;a rel="nofollow" target="_new" href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=345762"&gt;https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=345762&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;</description></item></channel></rss>