Closed
Description
Dear all
Test CIS.M365.2.1.1 will always reports as failed as Built-In policy does not follow CIS recommendations and is not editable. This concerns properties "AllowClickThrough" and "EnableForInternalSenders".
As a suggestion, wouldn't it be better to check active rules via Get-SafeLinksRule and then check the linked policies?
Like:
$rules = Get-SafeLinksRule
foreach ($r in $rules)
{
$policy = $policies | Where-Object {$_.Name -eq $r.SafeLinksPolicy}
# check...
}
It's the first time I report an issue here. If desired and welcome, I can also create a merge request for this. Let me know.
Kind regards
Christian
Metadata
Metadata
Assignees
Labels
No labels