TeamViewer is a software application that facilitates remote control, desktop sharing, online meetings, web conferencing, and file transfer between computers. In this article, I’ll guide you through the process of performing a silent installation of TeamViewer using the EXE installer via the command line. This approach allows you to deploy TeamViewer efficiently on company workstations through Intune.
Silent parameters for deployment
Application Name | TeamViewer |
Download URL | https://www.teamviewer.com/en/download/windows/ |
Version | 15.49.2 |
OS | Windows |
Package Type | Better to convert into IntuneWin instead of MSI |
Install Command | msiexec /i “TeamViewer_Full_v15.49.2.msi ” /qn CUSTOMCONFIGID=#ID ASSIGNMENTOPTIONS=”–grant-easy-access” DESKTOPSHORTCUTS=0 /L*V “TeamViewerFull_install.log” |
Uninstall Command | msiexec /x “{031A14DA-FEAE-4CFD-97E5-4ACB1343796C}” /qn |
Detection Rule | MSI {031A14DA-FEAE-4CFD-97E5-4ACB1343796C} |
For company use | In case you are using paid version of Teamviewer, It’s better to download from Teamviewer Company portal where it gives CUSTOMCONFIGID to use company own branding. |