You're invited to Zoomtopia 2022! Our annual user conference will take place in the Americas on November 8-9 and in APAC, Japan, and EMEA on November 17.
Learn more about our hybrid event experienceEverything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Flexible subscription plans for hardware
An open platform that allows developers to build Zoom apps and integrations.
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Resources that help developers evaluate & build with our solutions
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2023-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/>