Microsoft Teams - User Domain Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 04-14-2022 11:41 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-20-2022 11:09 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 03-11-2025 05:39 PM
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>
