EIDSCA.ST09 - Default Settings - Classification and M365 Groups - M365 groups - Allow Guests to have access to groups content.
Overview
Indicating whether or not a guest user can have access to Microsoft 365 groups content. This setting does not require an Azure Active Directory Premium P1 license.
Manages if guest accounts can access resources through Microsoft 365 Group membership and could break collaboration if you disable it.
Test script
https://graph.microsoft.com/beta/settings
.values -eq 'True'
Related links
Test Metadata
| Field | Value |
|---|---|
| Test ID | EIDSCA.ST09 |
| Severity | Medium |
| Suite | Entra ID SCA |
| Category | General |
| PowerShell test | Test-MtEidscaST09 |
| Tags | EIDSCA, EIDSCA.ST09 |
Source
- Pester test:
tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1 - PowerShell source:
powershell/internal/eidsca/Test-MtEidscaST09.ps1