Hello,
I'm a new user of TeamViewer 13.2 Corporate.
I want to batch deploy TeamViewer Host on about 1000 separate computers.
Here's is my command line:
start msiexec /i teamviewer_host.msi /qn customconfigid=xxxxxxx apitoken=xxxxxxxxxx IMPORTREGFILE=1 ASSIGNMENTOPTIONS="--reassign --alias '%lmid%' --group '%lmigroup%' --grant-easy-access"
She's working but my 2 variables %lmid% & %lmigroup% which contain blank are not working as expected, i had only the first word
Sample:
%lmid% = COMPANY TOWN Server
%lmigroup% = COMPANY TOWN
The command line only show in my console a group called 'COMPANY with a computer called 'COMPANY
I have tried with no variables (--alias 'COMPANY TOWN Server' --group 'COMPANY') and the result is the same.
Thank you