cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

Intune - Zoom on macOS

Lukas2000
Newcomer
Newcomer

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.

Lukas2000_0-1673870239348.png



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 🙂

 

 

 

1 REPLY 1

lcie
Explorer
Explorer

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/>