i have third party 32 application installed win 2008 R2 64bit.. when I run below command to see counters I get an error saying cann't find any performance counter sets..
Get-Counter -ListSet es1* | select counter
Get-Counter : Cannot find any performance counter sets on the localhost computer that match the following: ES*.
At line:1 char:1
+ Get-Counter -ListSet ES* | select counter
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (:) [Get-Counter], Exception
+ FullyQualifiedErrorId : NoMatchingCounterSetsFound,Microsoft.PowerShell.Commands.GetCounterCommand
Finally i was able to find performance counter launching powershell.exe from c:\windows\sysWOW64\windowsPowershell folder. I can see all counters but now I have problem quering to remote server 2008 R2 I get message cannot find any performance counter sets. tried on both powershell.exe from R2 system..
I have same problem if I tried to see counters from MMC . I can see counter if I open counter "mmc /32 performon"
well, I have applcation running on 15 servers on win2008 R2 since then i am not able to monitor counters from single system.. if I am able to query 32 bit perf counters I will be able to monitor all from single machine..
Thank you,
Raj