Hi - we are using a script to install the host(32bit) MSI and it installs Teamviewer but it never registers into the management portal. As a side note when we start Teamviewer we go to configuration and there is no account associated with the application and easy access is not checked off either. So what are we doing wrong in our script? Also we are testing the script from a command prompt.
msiexec.exe /i “Path_to\TeamViewer_Host.msi” /qn APITOKEN=xxxxxxxx CUSTOMCONFIGID=https://get.teamviewer.com/xxxxxxxxx ASSIGNMENTOPTIONS=”--alias %ComputerName% --grant-easy-access --group-id g123456789”
Thanks -Greg