<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JasonSamuel.com &#187; wmi</title>
	<atom:link href="http://www.jasonsamuel.com/tag/wmi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonsamuel.com</link>
	<description>Cool stuff I see in the IT world</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:05:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Troubleshooting .NET 2.0 and WMI perfmon counters</title>
		<link>http://www.jasonsamuel.com/2009/08/07/troubleshooting-net-2-0-and-wmi-perfmon-counters/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=troubleshooting-net-2-0-and-wmi-perfmon-counters</link>
		<comments>http://www.jasonsamuel.com/2009/08/07/troubleshooting-net-2-0-and-wmi-perfmon-counters/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 20:42:27 +0000</pubDate>
		<dc:creator>Jason Samuel</dc:creator>
				<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[perfmon]]></category>
		<category><![CDATA[wbemtest]]></category>
		<category><![CDATA[wmi]]></category>

		<guid isPermaLink="false">http://www.jasonsamuel.com/?p=169</guid>
		<description><![CDATA[.NET 2.0 counters won&#8217;t show up in perfmon by default when using the /wmi switch.  They will show up in you just use regular perfmon but if you are trying to monitor .NET 2.0 counters via WMI, you are stuck.  Microsoft is aware of this and released 951683 to fix this issue.  You can request [...]<p><a href="http://www.jasonsamuel.com/2009/08/07/troubleshooting-net-2-0-and-wmi-perfmon-counters/">Troubleshooting .NET 2.0 and WMI perfmon counters</a> is a post from: <a href="http://www.jasonsamuel.com">JasonSamuel.com</a></p>
]]></description>
			<content:encoded><![CDATA[<p>.NET 2.0 counters won&#8217;t show up in perfmon by default when using the /wmi switch.  They will show up in you just use regular perfmon but if you are trying to monitor .NET 2.0 counters via WMI, you are stuck.  Microsoft is aware of this and released 951683 to fix this issue.  You can request the hotfix from CSS here:</p>
<p><a href="http://support.microsoft.com/kb/951683">http://support.microsoft.com/kb/951683</a></p>
<p>This hotfix is included with .NET 3.5 SP1 onward so if you have it installed, you shouldn&#8217;t experience this issue.  After installing the hotfix (does not require a reboot), just restart the WMI service and run this from command line:</p>
<blockquote><p>winmgmt /resyncperf</p></blockquote>
<p>which will resync counters with WMI.  Then open perfmon using &#8220;perfmon /wmi&#8221;  and you will see the missing counters. </p>
<p>You can also use the wbemtest.exe utility to test and troubleshoot WMI related issues.  Just run this from command line:</p>
<blockquote><p>wbemtest.exe</p></blockquote>
<p>Click the Connect button and change the very first field to &#8220;root\cimv2&#8243;.  Then press Connect and then click Enum Classes on the next window.  Leave the superclass blank but change it to Recursive and press OK.  It will query every WMI class on the server and you can click on them to get further details.  This should help you tremendously if you write your own WQL queries! <img src='http://www.jasonsamuel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.jasonsamuel.com/2009/08/07/troubleshooting-net-2-0-and-wmi-perfmon-counters/">Troubleshooting .NET 2.0 and WMI perfmon counters</a> is a post from: <a href="http://www.jasonsamuel.com">JasonSamuel.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonsamuel.com/2009/08/07/troubleshooting-net-2-0-and-wmi-perfmon-counters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.jasonsamuel.com @ 2012-02-09 17:38:13 -->
