Hi everyone,
This video will show how to install the Zoom desktop client app using GPO. The MSI installer can be deployed via GPO, SCCM, or Intune. First, you need to download the MSI Installer from the website and then decide how to install the app. There are a few different ways that you can install; for example, you can do a silent install or install the app without adding a shortcut on the desktop or maybe combining both and it is totally up to you. For this video, I’m going to do a silent install with auto-update enabled so users can check for updates without admin rights. If you need to lock certain features and settings, you can use the Active Directory Administrative Template or registry key.
Website to download to the MSI:
Commands to install:
Install: msiexec /package ZoomInstallerFull.msi /lex zoommsi.log
Silent install: msiexec /i ZoomInstallerFull.msi /quiet /qn /norestart /log install.log
command I used for this video: msiexec /package “\\DC\Installs\Zoom\ZoomInstallerFull.msi” /qn /lex zoommsi.log ZoomAutoUpdate=”true”