Linux – Is it possible to run a batch script remotely on a Windows machine from Linux without installing ssh

linuxremote-accesswindows

I am looking for a way in Linux to run a batch script on a remote Windows machine. I already searched some forums and the Internet and found e.g. this question.

It seems that the easiest way so far is using ssh. But do Linux or Windows also offer some built-in tools to solve this problem (something like at-command for Linux-to-Windows)?

Best Answer

I'm a big fan of winexe it's basically psExec that you can run from a *nix box.