Hi,
I have a script that will successfully restart a single process but I need to restart 3 and strService3 is the parent so this one has to be stopped last.
Option Explicit
Dim objWMIService, objItem, objService
Dim colListOfServices, strComputer, strService1, strService2, strService3...