G
GLT
Hi,
This is probably going to require some extremely complicated programming,
but here goes:
I have a list of servers and workstations (and Services) which require a
start command issued every morning. I currently log into each system and
perform this task manually.
I have now put this data into a table and run a query on it, I wanted to
know if there is a VBA way to:
(a) issue this command for each server/workstation and the associated
services in my table - the command is as follows:
sc //myServer Start myServicename
(b) record the results that (ie successful start or failure) into a seperate
table.
Any assistance is always greatly appreciated. Note the sc command is
normally issued via the cmd window.
Cheers,
GLT.
This is probably going to require some extremely complicated programming,
but here goes:
I have a list of servers and workstations (and Services) which require a
start command issued every morning. I currently log into each system and
perform this task manually.
I have now put this data into a table and run a query on it, I wanted to
know if there is a VBA way to:
(a) issue this command for each server/workstation and the associated
services in my table - the command is as follows:
sc //myServer Start myServicename
(b) record the results that (ie successful start or failure) into a seperate
table.
Any assistance is always greatly appreciated. Note the sc command is
normally issued via the cmd window.
Cheers,
GLT.