TeamViewer Silent Install (Intune)

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 NameTeamViewer
Download URLhttps://www.teamviewer.com/en/download/windows/
Version15.49.2
OSWindows
Package TypeBetter to convert into IntuneWin instead of MSI
Install Commandmsiexec /i “TeamViewer_Full_v15.49.2.msi ” /qn CUSTOMCONFIGID=#ID ASSIGNMENTOPTIONS=”–grant-easy-access” DESKTOPSHORTCUTS=0 /L*V “TeamViewerFull_install.log”
Uninstall Commandmsiexec /x “{031A14DA-FEAE-4CFD-97E5-4ACB1343796C}” /qn
Detection RuleMSI {031A14DA-FEAE-4CFD-97E5-4ACB1343796C}
For company useIn 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.

Leave a comment