<?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>Hey, Scripting Guy! With Windows PowerShell, How Can I Get the Same Information I Get Via PerfMon?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/02/16/hey-scripting-guy-february-16-2010a.aspx</link><description>Hey, Scripting Guy! Your article on accessing performance counters was pretty cool, but it did not really tell me anything. For example, I am interested in getting the same kind of information in Windows PowerShell that I can get in Performance Monitor</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hey, Scripting Guy! With Windows PowerShell, How Can I Get the Same Information I Get Via PerfMon?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/02/16/hey-scripting-guy-february-16-2010a.aspx#3472593</link><pubDate>Thu, 22 Dec 2011 17:21:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3472593</guid><dc:creator>How do I filter...?</dc:creator><description>&lt;p&gt;I am pulling counter samples for Web Service - Current Connections.&lt;/p&gt;
&lt;p&gt;How do I filter to show only the web sites that have connections? &amp;nbsp;For instance I don&amp;#39;t want to see any values for sites with zero connections.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Hank&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3472593" width="1" height="1"&gt;</description></item><item><title>re: Hey, Scripting Guy! With Windows PowerShell, How Can I Get the Same Information I Get Via PerfMon?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/02/16/hey-scripting-guy-february-16-2010a.aspx#3313086</link><pubDate>Tue, 16 Feb 2010 12:16:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3313086</guid><dc:creator>Andrew Tearle</dc:creator><description>&lt;p&gt;Found all well in XP or Win7&lt;/p&gt;
&lt;p&gt;For Vista:&lt;/p&gt;
&lt;p&gt;The following worked ...&lt;/p&gt;
&lt;p&gt;(Get-Counter -ListSet 'processor').paths | Get-Counter -MaxSamples 3&lt;/p&gt;
&lt;p&gt;Unless I have something wrong,&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;A.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3313086" width="1" height="1"&gt;</description></item></channel></rss>