Thanks for replies , iβll start creating a script :)
Another issue - anyone tried to change display name only with cli , i cant figure out the syntax
I can change the client name and the doc refers to displayName but with no success.
qoperation execute -af update_client_name_template.xml -entity/clientName $client_disengaged -entity/newname $client -entity/Cliententity/newname $client -updateNameChangeOnlyInDBOnFailure 1
also tried to change the xml
<?xml version="1.0"?>
-<App_SetClientPropertiesRequest>
-<association>
-<entity>
<clientName/>
<newName/>
</entity>
</association>
-<clientProperties>
-<client>
-<clientEntity>
<DisplayName/>
<newName/>
</clientEntity>
</client>
</clientProperties>
</App_SetClientPropertiesRequest>