Page 1 of 1

Make a batch file to run through the network

Posted: 08 Jun 2010 08:25
by xionhack
I am not sure if this is possible. I have very little experience with batch files.

I have about 500 computers. I have to run a file in every computer and the file has to be run as administrator. I also have to give admin permissions to the folder in "Program Files" that the ran file would create. I want to know if its possible to run one batch file that would go to all the computers and do that, without me having to go computer by computer. Thanks

Re: Make a batch file to run through the network

Posted: 13 Jun 2010 23:42
by amel27
xionhack wrote:I want to know if its possible to run one batch file that would go to all the computers and do that, without me having to go computer by computer. Thanks

- via domain (startup/shutdown) policies, preferred method;
- via WMIC & list of computers (but all hosts must be on-line)