We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Issue CIS Rule 18.9.19.5 should be ensuring Group Policy background refreshes are not being disabled. The rule does not appear to be updating the right registry path and also the value appears wrong. https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.GroupPolicy::DisableBackgroundPolicy
Expected Behavior Group Policy background refreshes are not disabled.
Actual Behavior No effect on Group Policy background refreshes being enabled or disabled.
Control(s) Affected 18.9.19.5
Environment (please complete the following information):
Additional Notes Anything additional goes here
Possible Solution The following registry value should be 0 (or removed). `
The text was updated successfully, but these errors were encountered:
Thank you @dennisharder-alight ! Good catch!! Thank you submitting the Issue!
Sorry, something went wrong.
ChangeLog update for issue #101
1a360e1
Signed-off-by: Frederick Witty <[email protected]>
Merge pull request #102 from ansible-lockdown/2024fix_updates
201ce3d
2024 Fix Updates - Fix for #101
Pushed to Devel.
MrSteve81
frederickw082922
No branches or pull requests
Describe the Issue
CIS Rule 18.9.19.5 should be ensuring Group Policy background refreshes are not being disabled. The rule does not appear to be updating the right registry path and also the value appears wrong.
https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.GroupPolicy::DisableBackgroundPolicy
Expected Behavior
Group Policy background refreshes are not disabled.
Actual Behavior
No effect on Group Policy background refreshes being enabled or disabled.
Control(s) Affected
18.9.19.5
Environment (please complete the following information):
Additional Notes
Anything additional goes here
Possible Solution
The following registry value should be 0 (or removed).
`
ansible.windows.win_regedit:
path: HKLM:\Software\Microsoft\Windows\Currentversion\Policies\System <-- REMOVED 'DisableBkGndGroupPolicy'
name: DisableBkGndGroupPolicy
data: 1 <-- CHANGE THIS TO 0
type: dword
when:
- win19cis_rule_18_9_19_5
tags:
- level1-domaincontroller
- level1-memberserver
- rule_18.9.19.5
- patch
- gpo
`
The text was updated successfully, but these errors were encountered: