Hi, I have a script which work on few Performance counters of windows 2008. But, after switching to Win 2012/2012 R2, my scripts are no more working. It seems like few counters available in Win 2008 are no more present in Win 2012/2012R2.
Counters of my interest are -
ObjectName="Terminal Services Session" Counter = "Total Bytes" |
ObjectName="Terminal Services Session" Counter = "Total Errors" |
ObjectName="Terminal Services Session" Counter = "Total Frames" |
ObjectName="Terminal Services Session" Counter ="Total protocol Cache Hit Ratio" |
Any idea, how to fetch these information in 2012/2012R2 ? Are these counters completely got removed or any other counter is doing the same work?