Announcement

Collapse
No announcement yet.

EnumProcesses on multiple machines

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • EnumProcesses on multiple machines

    I've got over 110 servers here and I would like to scan all of their processes to find out which one's have the Windows installer still running from a failed install.

    I have a list of the machines that I can read to access the machines , but will the EnumProcesses function work on a network from one machine to another ?

    I didn't see anything about "MachineName" in the API's for it...


    Tx
    Scott Turchin
    MCSE, MCP+I
    http://www.tngbbs.com
    ----------------------
    True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

  • #2
    You could ask for Win32_Process under Wmi enumeration...

    PowerBASIC and related source code. Please do not post questions or discussions, just source code.

    Comment

    Working...
    X