mycorp-tests/MyCorp/Entra/Test-Groups.Tests.ps1

Describe "MyCorp/Entra" -Tag "MyCorp", "Group", "Security", "All" {
    It "MT.1055: Microsoft 365 Group (and Team) creation should be restricted to approved users. See https://mycorp.dev/docs/tests/MT.1055" -Tag "MT.1055" {

        Test-MtGroupCreationRestricted | Should -Be $true -Because "Microsoft 365 Group creation should be restricted to approved users."
    }
}