Im currently using WMI to get a proccess list from the remote computers, and im looking to get all the modules loaded by the proccess. I have searched and found this is posible via the command tool "tasklist" but i was unable to find a example on how to do it from C# ( I would like to do it from code, and not read the output from the console app ).
Like i stated before im using WMI currently, so i got proccess names and PID and getting the modules / dlls loaded on a pr proccess would be a huge bonus.