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 CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
2022-11-16 05:58 AM - edited 2022-11-16 06:43 AM
We're mass deploying Zoom 5.12 using SCCM in a Windows environment. I have the .msi switches to disable logging in with Facebook and Google but I can't find the switch to disable logging in with Apple ID. I've tried noappleid=1 and noapple=1 but neither work. Does anyone know the switch we need to use?
Thank you.
Solved! Go to Solution.
2022-11-16 07:25 AM
Hi @sccheek
As listed in the MSI mass deployment article, the policy to disable the Apple login is a bit odd compared to the rest. You would want to add "enableapplelogin=0" to your install configuration to disable the apple login option.
Hope that helps and please make sure to mark the solution as accepted if this information is what you needed.
2022-11-16 07:25 AM
Hi @sccheek
As listed in the MSI mass deployment article, the policy to disable the Apple login is a bit odd compared to the rest. You would want to add "enableapplelogin=0" to your install configuration to disable the apple login option.
Hope that helps and please make sure to mark the solution as accepted if this information is what you needed.
2022-11-16 07:38 AM - edited 2022-11-16 07:40 AM
Thank you very much for the information. That switch worked.