I need to locate a PID of a specific process and kill it.
Here's the catch. The process is on a remote computer,
and multiple instances of the process are running. The
only way to distinguish them in NT task manager is by the
user name. For example, process.exe is being run by 'John'
and process.exe is being run by 'Frank' How do I kill the
process being run by 'John'?