Christian Staubli
Christian Staubli
Hello @soulemike The current regex in test Test-MtCisaDmarcRecordExist.ps1 ```powershell $matchDomain = "(?:^|\.)(?'second'\w+.\w+$)" ``` has incorrect matches if the domain name has a dash (-) and a three-letter tld in it....
Hi @merill @NZLostboy This is a similar bug to #859 Check CIS.M365.2.1.2 checks for a policy name 'default' instead of the active, default one (file Test-MtCisAttachmentFilter.ps1): ```powershell # We grab...
Hi @merill @NZLostboy Similar issue as with #939 This test checks a policy named 'Office365 AntiPhish Default' instead of the default one. When configuring own policies and set them as...