Hello,
I need to check if a process is running on a Windows server but I also need to ensure it's running as a specific user. Is this possible? WMI and SNMP are both options. I can use an existing component to check if the process is running but I can't see a way to check if it's running as a specific user?
Thanks.