performance-counters

Creating & Editing performance counters in a powershell script or command line

Hello, I'm trying to move the verification & creation of my performance counter groups, and the counters themselves, out of my web service and into a powershell script that's run during deployment. Can this be done? Or am I stuck using a simple app to build the groups & counters? Thanks much :) ...

What's a good reference for creating and updating Performance Counters in unmanaged code?

I have several apps that need to create and write to Performance Counters. One of them is written in C++. Currently, upgrading that app to .NET is not an option. Where is a good resource for accessing Performance Counters using unmanaged code? Thanks! ...