Hi TeamViewer,
I'm installing TeamViewer Host via MSI for mass deployment. I'm following this article here https://community.teamviewer.com/English/kb/articles/109284-assignment-options-5-6 and the parameter --grant-easy-access does not seem to be working.
I ensured the account that exported the custom module has full access/full permissions to the group ID under which I'm passing as a parameter.
TeamViewer install fine with all of the customizations for our company except it does not grant easy access and I still have to go into the settings of the TeamViewer Host and tick the box to grant easy access.
I'm using the following format. Please advise.
msiexec.exe /i "[Path_To]\TeamViewer_Host.msi" /qn APITOKEN=<YOUR_APITOKEN> ASSIGNMENTOPTIONS="--grant-easy-access"