Posted on 05-21-2021 08:40 AM
Hi everyone,
We'd like to prevent students from logging into the Zoom app on their iPads, and I need a little help with how to set the App Configuration.
I found instructions here, but I'm not sure if I need the <managedAppConfiguration> option listed under AirWatch, or just the <dict> format listed under Intune.
I'm thinking I just need to use:
<dict>
<key>SetEmailDomainsRestrictedToLogin</key>
<string>school.edu</string>
</dict>
and leave it at "school.edu" to effectively prevent logins.
Please let me know if there's a better way to do this or if I'm on the right track.
Thank you!
Posted on 07-22-2021 06:17 AM
Looks like this format works, if anyone needs it.