Automatic Zoom Update | Community
Skip to main content
Newcomer
June 29, 2023
Question

Automatic Zoom Update

  • June 29, 2023
  • 3 replies
  • 11 views

Hi,

 

We are deploying Zoom Meetings 5.14.17466 to all our devices with Intune.
The deployment works well. We use the command below:

msiexec /i ZoomInstallerFull.msi ZSilentStart=true zConfig="AU2_EnableAutoUpdate=1" /qn /norestart

 

We set these group policies:
Enable client to auto update = Enabled
Set auto update schedule = Enabled
Set the update channel list = Enabled
Set to enable auto update installation when idle = Enabled
Set to enable the auto-update feature = Enabled
Set to install auto updates within a specified time period = Enabled
Set to prompt the user to update when exiting a meeting or webinar if an update is available = Enabled


However, we have noticed that Zoom does not update itself automatically. Zoom is installed in the computer context, and the logged-in users work without administrative permissions. What can we change to make Zoom update automatically?

3 replies

Hansi1Author
Newcomer
July 24, 2023

Hi,

no one has the same problem? We would be very happy to find a solution for this. Currently we always have to manually roll out a newer Zoom version via Intune.

Newcomer
February 14, 2024

this install command work for our users: msiexec /i "ZoomInstallerFull64.msi" /qn zConfig="AU2_EnableAutoUpdate=True;AU2_SetUpdateChannel=1;AU2_EnableShowZoomUpdates=false"

 

you can try it out

Newcomer
December 6, 2024