ansible-lockdown / Windows-2019-CIS

CIS Baseline Ansible Role for Windows 2019
MIT License
130 stars 70 forks source link

Rule 18.9.50.1.2 (L2) Ensure 'Enable Windows NTP Server' is set to 'Disabled' (MS only) #90

Closed animatco closed 3 months ago

animatco commented 6 months ago

Describe the Issue If manually set using GPEDIT correct value is 0

Expected Behavior value set to 0

Actual Behavior value set to 1

Control(s) Affected Rule 18.9.50.1.2 (L2) Ensure 'Enable Windows NTP Server' is set to 'Disabled' (MS only)

Environment (please complete the following information):

Possible Solution

frederickw082922 commented 4 months ago

Thank you @animatco ! Good Catch!

https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsTimeService::W32TIME_POLICY_ENABLE_NTPSERVER

CC: @MrSteve81

frederickw082922 commented 3 months ago

Fix merged in #95