For example, there are n balls that belong to different servers. Can I throw a batch file there and run it relative to the server that holds this ball? For example, I transferred a batch file to a ball, launched it and some process started on the server itself. If not, what alternatives can there be? The task is to start from one place processes on all servers. Will it be possible to get information from consoles on other servers to the console? For example, I started some kind of robocopy on the server, and all the information is sent to me to the console
1 answer
If console output is required, the simplest option is SSH or Telnet, but this will require installation and configuration of the corresponding server on the remote machine. You can also use the PowerShell and WS-Management protocol, but this will also require some configuration of the remote machine.
|