<?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>How Do We Love Performance Counters? Let Us Count the Ways</title><link>http://blogs.technet.com/b/csps/archive/2011/06/02/gpsperfcounters.aspx</link><description>If you happen to be up on your poetry (as those of us here at the Lync Server PowerShell blog, the home of the daily Lync Server PowerShell haiku , obviously are) then you are no doubt familiar with the poem How Do I Love Thee? by Elizabeth Barrett Browning</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Do We Love Performance Counters? Let Us Count the Ways</title><link>http://blogs.technet.com/b/csps/archive/2011/06/02/gpsperfcounters.aspx#3440144</link><pubDate>Thu, 07 Jul 2011 16:49:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3440144</guid><dc:creator>thirdrock111</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I ran the following from a front end server to determine active connections...&lt;/p&gt;
&lt;p&gt;Get-Counter –Counter &amp;quot;\LS:SIP – 01 – Peers(*)\SIP – 000 – Connections Active&amp;quot; | Select-Object –ExpandProperty CounterSamples | Where-Object {$_.InstanceName –eq &amp;quot;clients&amp;quot;}&lt;/p&gt;
&lt;p&gt;and received the following error...&lt;/p&gt;
&lt;p&gt;Get-Counter : The specified object was not found on the computer.&lt;/p&gt;
&lt;p&gt;At line:1 char:12&lt;/p&gt;
&lt;p&gt;+ Get-Counter &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;-Counter &amp;quot;\LS:SIP - 01 - Peers(*)\SIP - 000 - Connections A&lt;/p&gt;
&lt;p&gt;ctive&amp;quot; | Select-Object -ExpandProperty CounterSamples | Where-Object {$_.Instan&lt;/p&gt;
&lt;p&gt;ceName -eq &amp;quot;clients&amp;quot;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ CategoryInfo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: InvalidResult: (:) [Get-Counter], Exception&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ FullyQualifiedErrorId : CounterApiError,Microsoft.PowerShell.Commands.Ge&lt;/p&gt;
&lt;p&gt; &amp;nbsp; tCounterCommand&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3440144" width="1" height="1"&gt;</description></item></channel></rss>