I'm having a bit of a problem trying to figure out what or which direction I should go in this issue. I have to keep track of processes on a Windows NT 4.0 machine. I know that I can use Win32::Processes to envoke and kill the process. But, what I want to do is, just print out a list of the process per server. That way I can see if there is anything running that shouldn't be running.
Does anyone have any clue on what direction or how I should do this? Your help would greatly be appreciated.