Skip to main content

Does anyone have a configuration file for macOS and iOS for locking Teams down so that only a specified user domain can login? Attempting to prevent our students from logging in with personal accounts.

I would love an answer for this as well. I have been going around in circles. I haven't been able to find anything close to fixing this issue.


Might be a good time to communicate the success that we have with App Config by only allowing accounts in our tenent withe the following app config.


<dict>
<key>IntuneMAMAllowedAccountsOnly</key>
<string>Enabled</string>
<key>IntuneMAMUPN</key>
<string>$EMAIL</string>
</dict>

Reply