m365advisor-tests/cis/Test-MtCisGlobalAdminCount.Tests.ps1
|
Describe "CIS" -Tag "CIS.M365.1.1.3", "L1", "CIS E3 Level 1", "CIS E3", "CIS", "CIS M365 v6.0.1", "ISO 27001", "ISO 27002", "ISO27001:5.15", "ISO27002:5.15", "ISO27001:5.16", "ISO27002:5.16", "ISO27001:8.2", "ISO27002:8.2" { It "CIS.M365.1.1.3: Ensure that between two and four global admins are designated" { $result = Test-MtCisGlobalAdminCount if ($null -ne $result) { $result | Should -Be $true -Because "only 2-4 Global Administrators exist" } } } |