Does anyone know how to execute a command on a remote
windows machine? On Linux one can run "ssh ",
is there a counterpart on Windows?
Thanks!
n****f 发帖数: 905
2
you can run this:
psexec.exe\\111.111.111.111 c:\tools\shutdown.exe
111.111.111.111 is your remote machine(MS Windows) IP;
c:\tools\shutdown.exe is the path and full name.
you can download this FREE tool from: http://www.sysinternals.com/Utilities/PsExec.html
【在 J*********s 的大作中提到】 : Does anyone know how to execute a command on a remote : windows machine? On Linux one can run "ssh ", : is there a counterpart on Windows? : Thanks!