m365advisor-tests/M365Advisor/Entra/Test-MtAppRegistrationOwnersWithoutMFA.Tests.ps1
|
Describe 'M365Advisor/Entra' -Tag 'App', 'Entra', 'LongRunning' { It 'MT.1063: All App registration owners should have MFA registered' -Tag 'MT.1063' { $result = Test-MtAppRegistrationOwnersWithoutMFA $result | Should -Be $true -Because 'All App registration owners should have MFA registered.' } } |