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
Bring fluid interactions to hybrid teams with Zoom Huddles
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 Backgrounds2022-01-12 04:23 PM
We are deploying Zoom to all of our workstations and have noticed that zoom is asking for admin credentials, assuming it is from the independent dataports setting, but we are installing the MSI with SCCM to the system context with admin credentials, so it should have all of the permissions to install with the independent dataports switch. We are currently rolling out 5.8.4 x64. If the users dismiss the admin prompt zoom still seems to work just fine but will keep promting until the credentials are entered. Is anyone else experiencing the same issue?
How can I check if the independent dataport flag has been enabled? I think I saw it mentioned enabling that requires admin privileges.
msiexec /i "ZoomInstallerFull.msi" /norestart /lex c:\temp\zoom5.8.4.log ZConfig="nogoogle=1;nofacebook=1;ZSSOHOST=VanityDomain" ZoomAutoStart=true IntegrateZoomWithOutlook=1 EnableIndependentDataPort=1 MSIRESTARTMANAGERCONTROL="Disable" /q
2022-02-28 03:20 PM
I'm not familiar with the DataPort switch but in the guide here it's talking about network ports:
EnableIndependentDataPort | If enabled, the client will use the following ports for media transmission: Audio: 8803 Screen share: 8802 Video: 8801 |
Did you enable "Silent Install" ? This should allow the install to happen in the background with no pop-ups from the user side:
Silent install | Installs the client without user interaction, any install windows, or immediate restart | msiexec /i ZoomInstallerFull.msi /quiet /qn /norestart /log install.log |
Give that a try and let me know if its working for you.
2022-03-01 02:03 PM
Hi vgonzalez, if BrentG-ZP's suggestion didn't help, I have a few follow-on questions:
1) When exactly are the end users receiving the prompt for creds? During install, or post-install when attempting to run the application?
2) I personally would not enable the independent data ports switch because the Zoom client itself does such an excellent job of handling QOS without the need for network configuration. However, if you choose to implement the switch, this alone should not be causing the users to see the admin prompt. It's simply a registry setting. These settings can be implemented by either using GPO administrative templates, or by using command lines as you have listed above. It has worked better for me to modify the ZConfig section to include that switch instead of putting it at the end:
ZConfig="nogoogle=1;nofacebook=1;EnableIndependentDataPort=1;ZSSOHOST=VanityDomain"
If entered this way, you should be able to see the entry in your registry under HKLM\Software\ZoomUMX\PerInstall.
3) Why are you deploying version 5.8.4? The latest is 5.9.6, and there have been quite a few improvements since 5.8.4. If you are planning to maintain the same version across your org, starting with 5.8.6 there is a feature to select the cadence of AutoUpdate by selecting a “Slow” or “Fast” option (details here: https://support.zoom.us/hc/en-us/articles/4413422750861). I believe the AutoUpdate feature in general has improved with the more recent versions of the client (I suspect this could be the root of your admin prompts, depending on when they are occurring).
4) If you do plan to use SCCM to push out each version update, I think I would first attempt to use the most recent MSI, and see if that fixes the admin prompt issue for your users. If you want to continue to try with 5.8.4, I have read where using the command line switch DisableAdvancedSharingService=true (default is to have the service enabled) can help if you are seeing Admin prompts (https://support.zoom.us/hc/en-us/articles/201362163-Mass-deploying-with-preconfigured-settings-for-W...). For the standard meeting client, it can affect the auto-updating experience, but if you are pushing versions out with SCCM, then that shouldn’t matter. This would be my last option, as I still think starting with a more recent version may be the trick.
Good luck and let us know how it goes!
2022-03-10 05:33 PM
Tried with 5.9.7 using the following string.
I removed the independent data ports and I still get an admin prompt when first launching zoom as a standard users. Installing with admin rights in sccm for the system. let me know if you see anything, will probably put a ticket in on Monday if I cant figure anything.
Thanks!
msiexec /i "ZoomInstallerFull.msi" /norestart /lex c:\temp\msi.log ZConfig="nogoogle=1;nofacebook=1;ZSSOHOST=Vanity" ZoomAutoStart=true IntegrateZoomWithOutlook=1 MSIRESTARTMANAGERCONTROL="Disable" /q
2022-03-22 09:04 AM
From not responding for a while, after figuring out what was triggering uac admin prompt ran across this article, which this user did some more testing that I never posted, but still not working.
2022-03-23 07:38 AM
I had same issue with Zoom VDI 5.8.4 SCCM deployment but not too many so we just had to ignore.
2022-05-16 04:41 PM - edited 2022-05-19 06:48 AM
Hi, Any updates to this issue? We are facing the same UAC prompt that users can bypass and run zoom. But does't seem appropriate for users to have to deal with that. Waiting for Zoom tech support.
Thanks, J
2022-05-19 06:52 AM - edited 2022-05-19 06:54 AM
Hi,
I would like to update my update. FYI thru testing I was able to figure out the latest versions of ZoomInstallerFull are the cause of the issue. I found from an old backup a very old version 5.5.4 and installed via msiexec command line. And viola runs without the UAC prompt. Also it auto-updates to latest version and no UAC prompt on the update either. I notified zoom support about this. Be well.
2022-05-19 06:57 AM
Thanks for your update, with your testing Julio! the earliest version we have is 5.7. I think that version is affected, but will post up our results from testing. I will also update zoom our our ticket with this information as well.
2022-05-24 07:28 AM
I was able to get 5.5.4 from zoom and I got the same issue as the newer versions. do you know if your msi install was 32 bit or 64 bit? What version of office are you using? 32 64 bit? We are using the 64bit Office 365 client
2022-05-24 11:00 AM
Hello,
We were testing the 32bit version of Zoom 5.5.4. Also using Office 2019 C2R 32bit version.
I was able to solve our issue with tech support help. Install latest with
msiexec /package ZoomInstallerFull.msi /norestart ZNoDesktopShortCut="false" ZoomAutoUpdate="true" ZConfig="AddFWException=1;IntegrateZoomWithOutlook=1"
Our error UAC prompt was C:\Users\john\AppData\Roaming\Zoom\bin\ZoomOutlookIMPlugin.exe /RegServer
Your error may be different hope this helps.
2022-05-27 11:23 AM
Thanks!! Adding the ZConfig="AddFWException=1;IntegrateZoomWithOutlook=1" to my command line installed and worked as it should have with no UAC prompts. I was receiving the exact same UAC prompt message you were originally.
I also don't understand why Disable UAC prompt when logging into Zoom is not available inside the Zoom Group Policy Templates to fix existing installs.
Also as noted by others this looks to be a recent version issue. Either the AddFWException is a recent addition or they set the wrong setting on the recent installs as the documentation notes that AddFWException is set to Enabled, 1 by default:
2022-07-01 06:40 AM
I have uninstalled and even deployed freshly to a computer that has never had zoom before and we are not seeing any difference with AddFWException set or unset.
Reboot=ReallySuppress /qn MSIRESTARTMANAGERCONTROL="Disable" zSilentStart=true ZConfig="AddFWException=1;IntegrateZoomWithOutlook=1"
2022-07-19 11:54 AM
Hi, From what I understand from the engineering guys was that you can only use the authorized commands when using MSI installer. Traditional MSIEXEC commands like Reboot, /qn, etc should not be used. Also there is a zoom cleanup tool that support can give you that will clear up any residual zoom components and settings. I had to use this on one machine myself. Hope this helps. Be well.
2022-05-31 06:43 AM
Glad to hear it is working for you as well. Yes I too noticed that the ADDFWException is set to enabled by default so setting in CLI did not make sense. And I too went through the GPO template and found no such place to change this behavior. For us as well have had to reinstall on existing installations. Thanks, Be Well.