11-19-2020 03:54 PM
Our snaplex runs on Linux. I want to create a Script snap to execute a command on a remote Windows server. I was planning to use Python in the script snap. I’m looking for recommendation on which Python module to use. We don’t have SSH server installed on the remote Windows server. pypsexec? WMI? others?
11-22-2020 03:42 PM
Hi @PSAmmirata,
You’d better think of starting a Linux script that executes batch file on windows, rather than using some of the python packages like pypcexec.
I don’t think pypcexec is supported even by RPE for Snaplogic.
/Igor