There is a need to move a large amount of Collect Tasks from one Engine to another, is it possible to do this in an automated way?
Client Automation 14.x
In other to do this, the following commands can be executed to do this:
cserver config -g <new_engine_name>
cserver register -a
There is no validation on the command, so it's recommended to double check the name of the Engine before running the command, because the command will be executed even if the Engine name is incorrect.