Sometimes you might want to disable load balancing to ensure that a specific AOS in Dynamics is targeted. A perfect example is to pre-cache loading Dynamics forms for users on the AOS instance so that their forms load faster.
//when running your task use:
AX32.exe -loadbalance=0
//Specify the AOS to use like this:
AX32.exe -loadbalance=0 -aos2=<server name>:<port number>around