ansible-lockdown/Windows-2019-CIS

Wrong check for the control 18.9.95.2

Julieeeen opened this issue · 0 comments

  • name: "SCORED | 18.9.95.2 | PATCH | L1 Ensure Turn on PowerShell Transcription is set to Disabled"
    win_regedit:
    path: HKLM:\Software\Policies\Microsoft\Windows\Powershell\Transcription
    name: EnableTranscripting
    data: 0
    type: dword
    when:
    • rule_18_9_95_2
      tags:
    • level1-domaincontroller
    • level1-memberserver
    • rule_18.9.95.2
    • patch