maester-tests/cisa/exchange/Test-MtCisaMalwareZap.Tests.ps1

Describe "CISA" -Tag "MS.EXO", "MS.EXO.10.3", "CISA.MS.EXO.10.3", "CISA", "Security" {
    It "CISA.MS.EXO.10.3: Email scanning SHALL be capable of reviewing emails after delivery." {

        $result = Test-MtCisaMalwareZap

        if ($null -ne $result) {
            $result | Should -Be $true -Because "malware scanning policy exists."
        }
    }
}