When deploying devices via SCCM, if the device does not have an internet connection at the time of install then it never joins up to the corporate account. Is this by design?
Below is the command line we are installing with, the settings file only contains our default password and no other settings. Customconfigid, apitoken and group-id have been tripple checked and are correct.
msiexec /i TeamViewer_Host.msi /qn CUSTOMCONFIGID=xxxxxx APITOKEN=xxxxxxx-xxxxxxxxxxxxxxxxx ASSIGNMENTOPTIONS="--reassign --group-id gxxxxxxxxx" SETTINGSFILE=CustomPW.tvopt
I read on another article, albeit from a couple of years ago, that a host would automatically join the corporate account once it gets internet access. Is this not the case?