I want to query for a list of services running as a specific user on a remote machine and then check the health of each. I\'m building a custom console.
You can use wmi for this (System.Management). You can also use ServiceController.GetServices().
ServiceController.GetServices()