Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-06-29 06:22 AM
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?
2023-07-24 06:21 AM
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.
2024-02-14 01:19 PM
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