Controlling Guest Access to your M365 Groups / Teams
Hi All,
Recently a collegue at work made me aware of the following Article, that describes how you can prevent Guest Users to M365/Teams. You can configure that on Tenant Level or on individual M365 Group Level.
- Prevent guests from being added to a specific Microsoft 365 group or Microsoft Teams team
- Group Settings
PowerShell
Let’s check out these Settings with PowerShell
###############################################################################
# Connect Microsoft Graph
###############################################################################
Connect-MgGraph -Scopes GroupSettings.ReadWrite.All, Group.ReadWrite.All, User.Read.All -NoWelcome

