ansible-lockdown/Windows-2019-CIS

wrong control check for 9.1.4 / 9.2.4 / 9.3.4

Julieeeen opened this issue · 0 comments

  • name: "SCORED | 9.1.4 | PATCH | (L1) Ensure 'Windows Firewall: Domain: Settings: Display a notification' is set to 'No'"
    win_regedit:
    path: HKLM:\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile
    name: DisableNotifications
    data: 1
    type: dword
    when:
    • rule_9_1_4
      tags:
    • level1-domaincontroller
    • level1
    • rule_9.1.4
    • patch