maester-tests/cis/Test-MtCisDkim.Tests.ps1
|
Describe "CIS" -Tag "CIS.M365.2.1.9", "L1", "CIS E3 Level 1", "CIS E3", "CIS", "Security", "CIS M365 v5.0.0" { It "CIS.M365.2.1.9: (L1) Ensure that DKIM is enabled for all Exchange Online Domains" { $result = Test-MtCisDkim if ($null -ne $result) { $result | Should -Be $true -Because "DKIM record should exist and be configured." } } } |