I created a custom module and followed the instructions for Mass Deployment.
I created a batch file to run this:
msiexec.exe /i "Path\To\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=YOURIDCCODE
ping -n 31 127.0.0.1>nul
Path\To\TeamViewer.exe assign --api-token=YOURTOKEN --grant-easy-access --group MyGroup
Grant Easy Access is not applied.
Group is not applied.
Can someone help me solve this problem?