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
Make a batch file to run through the network
Moderator: DosItHelp
Re: Make a batch file to run through the network
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)