Guest Access
Guest access configuration
Guest access needs to be configured in a few locations:
- Azure AD
- O365 Groups
- Teams
- Sharepoint Online
To turn on guest access in Azure AD
- Browse to https://aad.portal.azure.com/
- Click Users > User Settings > Manage external collaboration settings
- From here you can select the guest access and block/allow certain domains
To turn on guest access in Teams
- Browse to https://admin.teams.microsoft.com/
- Click Users > Guest access
- From here you can control guest access within Teams and configure what guests can do
Control guest access via Powershell
- When connected to Microsoft Teams powershell, issue the following commands
Set-CsTeamsClientConfiguration -Identity Global -AllowGuestUser $true