Exec Node to send command to windows machine

Hi all, just wondering if this is possible....scenario that I'm in is....
I've got node-red on linux installed on a VM.
I would like to be able to send windows command to a windows laptop to remotely shutdown or sleep the machine.
How can this be achieved without installing anything on the windows machine end? thanks

There are lots of ways. But the simplest would probably be to run Node-RED on the windows PC and use a TCP connection (or HTTP, WS, MQTT, etc) between them.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.