Restart Remote Workstations
shutdown -m \Remote_PC_IP_or_FQDN -t 0 -r -f
Possible shutdown command flags:
- -r : reboots the system
- -s : shutdown and power off the system
- -m : specify the remote machine you want to run the shutdown command on
- -l : logs off the current user
- -t xx : waits xx amount of seconds before shutdown/restart/log off