I have a Windows Application that now I got a request to be triggered from within Linux machine. This app is expected to run independently on Windows itself, regardless of sharing info with Linux or something like that.
Well, I guess there are a couple of ways to apply it. e.g.: open SSH server (daemon) on Windows side that enables me to launch application from Linux client. However it enforces me to install such a daemon. I'm wondering if there is more simple solution that does not ask me to install any daemon/service on Windows side? Could I use WMI service somehow or something like that?
Thanks in advance
