Hi,
Our company just switched to Royal TS and we are already leveraging the Key Sequence Broadcaster function to automate a lot of our daily manual work that we used to do. We love it! For some scenario’s the default behavior of executing the script sequentially on each server is just what we need.
For other scenario’s we need each individual instruction to be executed on all servers before moving to the next instruction.
Let me try to explain with an example
Instructions
instruction1
instruction2
Server (aka targets)
Server1
Server2
By default this is what happens and works for most of our scenario’s
server1 : instruction1
server1 : instruction2
server2 : instruction1
server2 : instruction2
For some automation task we need the following behavior which is also what we expected when we first start using this feature
server1 : instruction1
server2 : instruction1
server1 : instruction2
server2 : instruction2
Can you consider to add the option to “interleave”/“Parallelize” the instructions? It would help us a lot working around some of the issue we have at the moment.
Thank you.
Kind Regards,
Tom