To reboot a computer via LAN, you can type the command:
shutdown /r /t 3 /m \\DATORNAMN
- /r reboot
- /t time in seconds
- /m måldator
If the response is Access is denied. Type the command:
NET USE \\ServerName \IPC$ password /USER:username
…and the command shutdown
as above.