How do I run a batch file to remote restart multiple machines? - TechRepublic
Question
September 28, 2008 at 10:23 AM
scott.lohman

How do I run a batch file to remote restart multiple machines?

by scott.lohman . Updated 17 years, 10 months ago

I have been trying to run a .bat that will restart multiple machines over the domain.

shutdown -r -c “comment” -t 45 -m \\machinename

above works fine with one machine but i am all about saving time if this could be run on many machines at once.

This discussion is locked

All Comments