Bulk Updating TeamViewer Host

Options

@echo off

msiexec /qn /i TeamViewer_Host.msi CUSTOMCONFIGID= APITOKEN=- ASSIGNMENTOPTIONS="--grant-easy-access --group Deployment"


How do I run the above but without moving machines out of their current group?

The above will move them to Deployment group but removing this means the command fails.