I'm currently trialing team viewer Tensor.
My biggest question is why am I having to migrate devices post install of the host installer? I'm currently using intune to deploy the host install and that part seems fine. My devices are showing up offline until I migrate them over. Isn't there a way to do this automatically without having to visit the management console? We're going to have around 2500 devices this will be rolled out too plus newly imaged devices. I don't want to sit in the management console constantly migrating devices.
Here's my command line when pushing through Intune using W32.
msiexec /i "TeamViewer_Host.msi" /qn DESKTOPSHORTCUTS=0 CUSTOMCONFIGID=xxxx APITOKEN=xxxx ASSIGNMENTOPTIONS="--alias %COMPUTERNAME% --grant-easy-access --reassign"
This part I'm confused on:
assignment --id xxxxx
If I run this command on the local device then it migrates over without me having to do it within the management console. How can I add this line into the install and what does that look like? Are there any other options?
Thanks.