We are about to deploy a TeamViewer msi host package and we would like it to automatically asign the name of the computer it is installed to TeamViewer, that way we will save a lot of time setting up TeamViewer. Taking a look at TeamViewer web page (this one in particular: https://community.teamviewer.com/Spanish/kb/articles/39639-mejoras-en-la-implementacion-masiva) we decided to test this installation method:
msiexec.exe /i "Path\To\TeamViewer_Host.msi" /qn APITOKEN=<YOUR_APITOKEN> ASSIGNMENTOPTIONS="--alias %COMPUTERNAME%"
As you can see, it asks for a parameter named APITOKEN. Since we do not know our APITOKEN, we have done a research around Internet but found no way of obtaining it. Can anyone help us, please?
Best regards,
Francisco Verdú López