Remote shutdown and other remote commands in Windows

article #327, updated 4855 days ago

The following two commands, in order, will reliably do a remote shutdown across domains:

net use \\remotesystem password /u:domain\username
shutdown -r -t 0 -f -m \\remotesystem

Categories: