Zoom MSI prompting for admin credentials after installed with admin credentials
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
Show less