I have an exe file, that install something on my remote windows machine.
I have some bash script to that should transfer this file to remote windows machine and execute that exe file on that remote windows machine.
This bash script is triggered via some automated pipeline, jenkins.
Can someone help me with the process to achieve this?
What have i tried:
I am totally new to windows remote access. I have done one with RDP and have tried winexe (https://www.aldeid.com/wiki/Winexe#Installation_of_winexe), but that is failing to install with error :
make basics ~/bin/winexe
Creating heimdal/lib/asn1/der-protos.h
syntax error at heimdal/cf/make-proto.pl line 15, near "do Getopts("
Execution of heimdal/cf/make-proto.pl aborted due to compilation errors.
data.mk:195: recipe for target 'heimdal/lib/asn1/der-protos.h' failed
make: *** [heimdal/lib/asn1/der-protos.h] Error 255