Skip to content

Commit

Permalink
Removed 18.10.82.1 and renamed .2 to .1 updated title
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Williams <[email protected]>
  • Loading branch information
MrSteve81 committed Mar 18, 2024
1 parent 4fae8dd commit 2cfa8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ win19cis_rule_18_10_81_1: true
win19cis_rule_18_10_81_2: true
win19cis_rule_18_10_81_3: true
win19cis_rule_18_10_82_1: true
win19cis_rule_18_10_82_2: true
win19cis_rule_18_10_87_1: true
win19cis_rule_18_10_87_2: true
# WINRM CONTROLS #
Expand Down
19 changes: 2 additions & 17 deletions tasks/section18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3411,10 +3411,10 @@
- patch
- ie

- name: "18.10.82.1 | PATCH | Ensure Enable MPR notifications for the system is set to Disabled"
- name: "18.10.82.1 | PATCH | Ensure 'Sign-in and lock last interactive user automatically after a restart' is set to 'Disabled'"
ansible.windows.win_regedit:
path: HKLM:\Software\Microsoft\Windows\Currentversion\Policies\System
name: EnableMPR
name: DisableAutomaticRestartSignOn
data: 1
type: dword
when:
Expand All @@ -3426,21 +3426,6 @@
- patch
- logon

- name: "18.10.82.2 | PATCH | Ensure Sign-in last interactive user automatically after a system-initiated restart is set to Disabled"
ansible.windows.win_regedit:
path: HKLM:\Software\Microsoft\Windows\Currentversion\Policies\System
name: DisableAutomaticRestartSignOn
data: 1
type: dword
when:
- win19cis_rule_18_10_82_2
tags:
- level1-domaincontroller
- level1-memberserver
- rule_18.10.82.2
- patch
- logon

- name: "18.10.87.1 | PATCH | Ensure Turn on PowerShell Script Block Logging is set to Enabled"
ansible.windows.win_regedit:
path: HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging
Expand Down

0 comments on commit 2cfa8f8

Please sign in to comment.