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-01-16 04:04 AM
Hello.
I have a setup in Intune, with Macs, where i am trying to incorporate Zoom as part of the enrollment.
I have tried these two versions; Zoom desktop client for Meetings and Zoom desktop client for Meetings (for IT Admins) https://support.zoom.us/hc/en-us/articles/207373866-Zoom-Installers
After i have downloadede the PKG files, i go to Intune Endpoint > Apps > Add > Line of buisness app (LOB) > Select > Choose the PKG file > Click OK > Rename it and so on > and then creating it.
I can get i working, with the standard version, not the IT for Admins.
But the .plist doesent get applied.
When i open Zoom on an enrolled Mac, this pops up; A keychain cannot be found to store " Zoom "
If i click cancel, it opens Zoom and i can login.. But its annoying asf.
I have read that you have to use the (for IT Admins) versions to use the Mass-deploying option, for preconfigure settings with a .plist file.
Also tried that, cannot get it to work.
https://support.zoom.us/hc/en-us/articles/10365151862285
I've tried this;
<key>EnableAutoUpdate</key>
<true/>
<key>SetUpdateChannel</key>
<true/>
<key>EnableUpdateAvilableBanner</key>
<true/>
<key>EnableUpdateSuccessNotification</key>
<true/>
<key>EnableManuelUpdate-OFF</key>
<true/>
AND
<key>AU2_EnableAutoUpdate</key>
<true/>
<key>AU2_SetUpdateChannel</key>
<true/>
<key>AU2_EnableUpdateAvilableBanner</key>
<true/>
<key>AU2_EnableUpdateSuccessNotification</key>
<true/>
<key>AU2_EnableManuelUpdate=OFF</key>
<true/>
I hope someone can help. I am kinda stuck.
Comment if any quistions and so on 🙂
2023-01-20 11:23 AM
I got it to work with the IT package, ZoomInstallerIT.pkg.
I deleted all apps in the package except us.zoom.xos.
Then, in the Device Configuration profile, the preference domain is us.zoom.config and the plist is us.zoom.config.plist
plist contents look like below. I removed SSO and other keys from this example, but it works with Azure AD SSO and other keys in Zoom's documentation. The latest "AU2_..." keys for autoupdate prefs, which you referenced, work (older autoupdate keys don't work for MacOS plist or Win command-line args in my recent experience).
<key>NoGoogle</key>
<true/>
<key>NoFacebook</key>
<true/>
<key>AU2_EnableAutoUpdate</key>
<true/>
<key>AU2_EnableShowZoomUpdates</key>
<true/>