Remotely reboot a Windows machine
If for what ever reason you need to restart a remote Windows server or desktop, there are various options you can try: Powershell: Restart-Computer HOSTNAME -Force CMD: shutdown /m \\HOSTNAME /r /t 01 PSTOOLS (download): psshutdown -f […]