The Windows networking software structure provides several command line statements that allow administrators to quickly execute functions on a desktop. These command line functions are beneficial when the administrator is away from a server and needs to execute commands on a user’s desktop, including the “shutdown” command. The shutdown command allows you to power off or reboot a remote computer on the network. shutdown.exe -s -m \computername -f Replace “computername” with the name of the remote computer. The “s” switch instructs the shutdown utility to power off the machine, and the “f” switch forces any open applications to close. Writer Bio

How to Shutdown a Remote Computer From the Command Prompt - 38