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.
2023-09-11 07:19 AM
Dear All,
I'm currently working on an automated install script for MDM Intune.
Here is documentation >> Using 1 Intune to rule all Winget Apps – VAN-DAAG
Current issue is when you install zoom via SYSTEM account (other apps are working)
it installs on location:
C:\Windows\System32\config\systemprofile\AppData\Roaming\Zoom
So its not available for all users. (NON)
I was hoping by adding --scope machine to the script it will solve. but not.
.\winget.exe install --id $PackageName --scope machine --silent --accept-source-agreements --accept-package-agreements
If you install it as User. its installed for that user. But then it is not reported in Intune that its installed. because its in user profile.
Are there other solutions via Winget? I don't want to build something with the MSI file when there is an update.
Kind regards,
Daag