I want to mass deploy Teamviewer Full client on all my company. We have Intune. My targets:
- no user interaction
- save computer alias on device list
Using Intune, are there more parameters that we can use with a Windows MSI line-of-business app? On documentation
ASSIGNMENTID=
is the only one parameter allowed for a Full Client deployment.
should I deploy a Win32 app and use a command line like this one after installation is completed:
"C:\Program Files\TeamViewer\TeamViewer.exe" assignment --id 123 --device-alias=“%COMPUTERNAME% - %USERNAME%“ —offline
?
or there is another better way to complete the task?
Thanks!