Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I remotely execute a commands on a Windows box as part of a build process?

0
Posted

How can I remotely execute a commands on a Windows box as part of a build process?

0

If it matters, I want to initiate the commands from a linux machine which is performing the actual build. To give some background… A web application I am currently working on has, as part of the build process, a system for automatically reverting a linux VM, ssh-ing into it, installing the software, and then running a set of tests over the web interface. I’d like to do the same thing for Windows, but I’m not sure what the equivalent of ssh-ing in would be on a Windows machine. Installing Cygwin to get sshd isn’t an option (risks the system picking up some sort of cygwin dependency which this process is intended to prevent) and obviously something like remote desktop is fine for interactive use, but would not help me script the process (as far as I know).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123