From 5252f75674417315809436deab060b444969aa45 Mon Sep 17 00:00:00 2001 From: "Sarath Madakasira (MSFT)" Date: Mon, 12 Aug 2024 19:30:30 -0700 Subject: [PATCH 1/2] Update Windows-Time-Service-Tools-and-Settings.md Expand the GPO setting list to include missing entries --- .../Windows-Time-Service-Tools-and-Settings.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/WindowsServerDocs/networking/windows-time-service/Windows-Time-Service-Tools-and-Settings.md b/WindowsServerDocs/networking/windows-time-service/Windows-Time-Service-Tools-and-Settings.md index 8ca46b0e5a..fa53d3e278 100644 --- a/WindowsServerDocs/networking/windows-time-service/Windows-Time-Service-Tools-and-Settings.md +++ b/WindowsServerDocs/networking/windows-time-service/Windows-Time-Service-Tools-and-Settings.md @@ -261,6 +261,12 @@ Below you'll find the default values for the **Global Configuration Settings** o |Group Policy setting|Default value| | --- | --- | |AnnounceFlags|10| +|ChainDisable|0| +|ChainEntryTimeout|16| +|ChainLoggingRate|30| +|ChainMaxHostEntries|4| +|ClockAdjustmentAuditLimit|800| +|ClockHoldoverPeriod|7800| |EventLogFlags|2| |FrequencyCorrectRate|4| |HoldPeriod|5| @@ -271,10 +277,12 @@ Below you'll find the default values for the **Global Configuration Settings** o |MaxPollInterval|10| |MaxPosPhaseCorrection|172,800 (48 hours)| |MinPollInterval|6| -|PhaseCorrectRate|7| +|PhaseCorrectRate|1| |PollAdjustFactor|5| +|RequireSecureTimeSyncRequests|0| |SpikeWatchPeriod|900| |UpdateInterval|100 (1 second)| +|UtilizeSslTimeData|1| ### GPO settings for NTP Client From 0ab50ba3fc281d5320de7ffbcb59ff17431ce0dd Mon Sep 17 00:00:00 2001 From: "Sarath Madakasira (MSFT)" Date: Tue, 13 Aug 2024 13:39:50 -0700 Subject: [PATCH 2/2] Update Windows-Time-Service-Tools-and-Settings.md Added missing setting --- .../Windows-Time-Service-Tools-and-Settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/WindowsServerDocs/networking/windows-time-service/Windows-Time-Service-Tools-and-Settings.md b/WindowsServerDocs/networking/windows-time-service/Windows-Time-Service-Tools-and-Settings.md index fa53d3e278..b87ad1d021 100644 --- a/WindowsServerDocs/networking/windows-time-service/Windows-Time-Service-Tools-and-Settings.md +++ b/WindowsServerDocs/networking/windows-time-service/Windows-Time-Service-Tools-and-Settings.md @@ -264,6 +264,7 @@ Below you'll find the default values for the **Global Configuration Settings** o |ChainDisable|0| |ChainEntryTimeout|16| |ChainLoggingRate|30| +|ChainMaxEntries|128| |ChainMaxHostEntries|4| |ClockAdjustmentAuditLimit|800| |ClockHoldoverPeriod|7800|