Make a batch file to run through the network

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
xionhack
Posts: 2
Joined: 08 Jun 2010 08:19

Make a batch file to run through the network

#1 Post by xionhack » 08 Jun 2010 08:25

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

amel27
Expert
Posts: 177
Joined: 04 Jun 2010 20:05
Location: Russia

Re: Make a batch file to run through the network

#2 Post by amel27 » 13 Jun 2010 23:42

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)

Post Reply