At times when the servers located remote doesn’t respond, there is a need to restart. Quickest is to reboot the server using command forcefully. Pretty sure this will help sometime.
Make sure you open the command prompt with administrator
SHUTDOWN /r /f /t 0 /m \\servername /c “description”
/r -Shutdown and restart the computer.
/f -Force running applications to close without forewarning users.
/t xxx Set the time-out period before shutdown to xxx seconds.
The valid range is 0-600, with a default of 30.
/m \\computer Specify the target computer.
/c “comment” Comment on the reason for the restart or shutdown.
Example:
c:\users\Administrator> SHUTDOWN /r /f /t 0 /m \\servername /c “Reboot”
Thanks,
WintelAdmin
Facebook Comments