cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Zoom Update

Hansi1
Listener

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?

2 REPLIES 2

Hansi1
Listener

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.

abdullahmumtaz
Listener

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