johnpayback
IS-IT--Management
Hello...I currently have an issue forcing remote reboots. It seems that not all of my services/processes are shutting down and the server hangs with an error and doesn't reboot until the next time I login to it. Below is the code I threw together and I just use a .cmd file to execute it. The servers I am rebooting are all Windows 2003 Enterprise.
@echo off
shutdown /r /f /m \\servername
Is there a more reliable way to use vbscript to accomplish a forced reboot making sure all services/process stop so a reboot will take place?
Thanks in advance!
BS/Computer Science
@echo off
shutdown /r /f /m \\servername
Is there a more reliable way to use vbscript to accomplish a forced reboot making sure all services/process stop so a reboot will take place?
Thanks in advance!
BS/Computer Science