Hi
I'm trying to grant easy access via script but not able to get it working.
So far i have tried many of the things posted in this community, like for example:
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
start /wait msiexec /i TeamViewer_Host.msi /qn CUSTOMCONFIGID=blablabla APITOKEN=123456blablablablablabla IMPORTREGFILE=1 ASSIGNMENTOPTIONS="--grant-easy-access --group-id g**Please do not post TeamViewer IDs** --alias %COMPUTERNAME%"
My script is like this:
msiexec.exe /i "\\xxxxxl\xxxx\teamviewer\TeamViewer_host.msi" /qn CUSTOMCONFIGID=xxxxx APITOKEN=XXXXXX-xxxxxxxxxxxx ASSIGNMENTOPTIONS= "--grant-easy-access"
This script installs teamviewer, puts the right config and assigns it to the right group. But the grant easy access is not working.
Any idears ?