I have about ten servers that run a backup client exe file when initiated by the backup server. This file is sometimes initiated by accident and the backup is stopped from the backup server. The clients still run the exe that was initiated until manually stopped through the task manager. I would like to write a VBScript to stop this processes by exe name on all of the servers so I don't have to run from server to server ending the program. I don't know whether to use API, ADSI or something else. Anyone have any Ideas on how to do this?

-Steve