You can write a script or even a batch file that will read your server list from a text file and then have the SC command stop the service on each server.
So a simple DOS batch script with the SC command to disable the service? Any idea how I can read a csv file listing all servers inside a batch script? I've never done this.
It's been awhile since I wrote one, but lookup the syntax of the FORFILES command which allows you to read a server list in any standard text format and then pass each item on the list to your command
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.