Day: May 22, 2015

How to: Restart a Remote Server Using Command Prompt

Launch command prompt (as administrator) and run the below command. User should have administrator permissions on the server. 1: 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 […]