cancel
Showing results for 
Search instead for 
Did you mean: 

Snaplex running on Linux and I want to use the Script snap to execute a command on a remote Windows server

PSAmmirata
Employee
Employee

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?

1 REPLY 1

igormicev
Contributor

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