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.