Hi,
I need run some cmd or powershell script in background (e.g. Windows tasks or SQL server job).
The script should connect to remote Linux VM and execute remotely some bash scripts.
Would be possible to achieve this with Windows Subsystem for Linux?
Is any other way to execute remote bash script on linux machine from windows environment?
Many thanks