Network Scanning

  • Thread starter Thread starter Jennifer
  • Start date Start date
J

Jennifer

I want to write a quick little program that will scan all
network PCs and tell me who's using a specific exe and
how long they've been using it. Can anyone help me out?
Thanks,
Jennifer
 
Have a look at WMI,
Then Start by Searching the ad for a list of computers, then on each perform a wmi scan on running processes that the computer is running, Then look at that list to see if the exe you are looking for is running.

Glenn,
 
Back
Top