8000 Test CIS.M365.2.1.1 will report as failed as Built-In policy is not editable · Issue #859 · maester365/maester · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Test CIS.M365.2.1.1 will report as failed as Built-In policy is not editable #859
Closed
@cstaubli

Description

@cstaubli

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0