I use a .bat file to do remote restarts on 40 lab PCs running WinXP pro sp2
on a W2k3 AD domain. The .bat file contains one line for each PC as follows
('xxx' represents ip segment):
shutdown -r -m \\xxx.xxx.xxx.xxx -t 0
Most of the time this works fine and all 40 machines reboot without problem.
However, once in awhile (maybe 20% of the time), the .bat file gets stuck on
a PC (not always the same one). When this happens, it waits for about a
minute before proceeding with the remaining PCs in the .bat file. Because it
happens to different PCs and not all of the time, this is nearly impossible
to troubleshoot. Does anyone have any idea why this could be happening? And
more importantly, is there any way I can make sure the .bat file reboots
every machine ALL of the time?
Thanks!