To restart a machine remotely use the following (from command prompt):
shutdown /m \\computer -f -r -t 1
To restart if you are already RDP’d in to the machine (from command prompt):
shutdown /f /r /t 1
To restart a machine remotely use the following (from command prompt):
shutdown /m \\computer -f -r -t 1
To restart if you are already RDP’d in to the machine (from command prompt):
shutdown /f /r /t 1