We are using a trial of TeamViewer corporate license and have been unsuccessful in getting TeamViewer to assign to our account with Easy Access with a script. I have looked at the KB articles online and nothing so far has worked.
This is the script.
msiexec.exe /i TeamViewer_Host.msi /qn CUSTOMCONFIGID=IDGOESHERE APITOKEN=APITOKENGOESHERE ASSIGNMENTOPTIONS="--alias %COMPUTERNAME% --grant-easy-access"
Also tried this.
msiexec.exe /i "C:\Temp\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=IDGOESHERE
ping -n 31 127.0.0.1>nul
"C:\Program Files (x86)\TeamViewer\TeamViewer.exe" assign --api-token=APITOKENGOESHERE --grant-easy-access
No luck. I've spent a good day or two trying to get this working. Am I missing something here?