maester-tests/Maester/Entra/Test-AuthenticationMethodBaseline.Tests.ps1
|
Describe "Maester/Entra" -Tag "Maester", "Authentication", "Security" { It "MT.1067: Authentication method policies should not reference non-existent groups. See https://maester.dev/docs/tests/MT.1067" -Tag "MT.1067" { Test-MtAuthenticationPolicyReferencedObjectsExist | Should -Be $true -Because "authentication method policies should not reference deleted or non-existent groups" } } |