Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to create job that would automate some commands invocation using tSSH component. My initial design would look like this:
1. Ini file with IP of Servers (lets say 10 - 15 servers)
2. Read INI file, and then interate through every IP
3. tSSH uses IP from INI file (HOST parameter in components) to connect to server and invoke 3-5 commands.
4. Output is being saved to file for every IP address.
I managed to do it for 1 server (no iteration just hardcoded IP address in HOST parameter of components tab in tSSH).
Question is: Can it be done? And of course how
Thanks for any answers.