Is it possible to run a batch script remotely on a Windows machine from Linux without installing ssh
Posted
by Bertolt
on Server Fault
See other posts from Server Fault
or by Bertolt
Published on 2010-02-01T16:49:43Z
Indexed on
2010/03/29
0:03 UTC
Read the original article
Hit count: 272
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)?
© Server Fault or respective owner