This policy setting allows you to specify Clock discipline and General values for the Windows Time service (W32time) for domain controllers including RODCs.
If you enable this policy setting, you can specify the following Clock discipline, General and RODC parameters for this service.
If you disable or do not configure this policy setting, Windows Time service uses the defaults of each of the following parameters.
Several of the following values are scalar, which means that they only have meaning in relation to one another and are not defined by specific unit measurements.
FrequencyCorrectRate
This parameter controls the rate at which the W32time corrects the local clock's frequency. Lower values cause slower corrections; larger values cause more frequent corrections. Values that are too low can lead to overcorrection and instability. Values that are too high can lead to slow synchronization. Default: 4 (scalar).
HoldPeriod
This parameter indicates how many potentially accurate time samples the client computer must receive in a series before subsequent time samples are evaluated as potential spikes. After a period of not receiving any usable time samples, a time client ceases to evaluate time samples for spikes as soon as the first potentially accurate time sample is received. When a series of time samples (as indicated by HoldPeriod) is received, the time client evaluates subsequent time samples for spikes. A time sample is considered to be a spike when the time difference between a time sample and the client computer's local clock is greater than that of the LargePhaseOffset value. Default: Five time samples.
LargePhaseOffset
This parameter specifies the time variation from the client computer's local clock (phase offset) that a time sample must have to be considered a spike. Time samples that have time variations larger than the LargePhaseOffset value are considered spikes. Default: 50,000,000 100-nanosecond units (ns), which is five seconds.
MaxAllowedPhaseOffset
This parameter controls how W32time corrects the clock based on the size of the calculated time variation between the time sample and the client computer's local clock. If a response is received that has a time variation that is larger than this value, W32time sets the client computer's local clock immediately to the time that is accepted as accurate from the Network Time Protocol (NTP) server. If the time variation is less than this value, the client computer's local clock is corrected gradually. Default: 300 seconds.
MaxNegPhaseCorrection
This parameter controls the maximum allowable clock correction that can be made in a reverse direction. If a time sample is received that indicates a time in the past (as compared to the client computer's local clock) that has a time difference that is greater than the MaxNegPhaseCorrection value, the time sample is discarded. If this happens, the Windows Time source logs an event in the System log of Event Viewer. Default: 172,800 seconds.
MaxPosPhaseCorrection
This parameter controls the maximum allowable clock correction that can be made in a forward direction. If a time sample is received that indicates a time in the future (as compared to the client computer's local clock) that has a time difference greater than the MaxPosPhaseCorrection value, the time sample is discarded. Default: 172,800 seconds.
PhaseCorrectRate
This parameter controls how quickly W32time corrects the client computer's local clock difference to match time samples that are accepted as accurate from the NTP server. Lower values cause the clock to correct more slowly; larger values cause the clock to correct more quickly. Default: 7 (scalar).
PollAdjustFactor
This parameter controls how quickly W32time changes polling intervals. When responses are considered to be accurate, the polling interval lengthens automatically. When responses are considered to be inaccurate, the polling interval shortens automatically. Default: 5 (scalar).
SpikeWatchPeriod
This parameter specifies the amount of time that suspicious time samples are received from a time source before these time samples are accepted as accurate. Time samples are considered suspicious when the time difference between the time sample and the client computer's local clock is larger than the value of LargePhaseOffset. SpikeWatchPeriod is used in conjunction with HoldPeriod to help eliminate sporadic, inaccurate time samples that are returned from a peer. Default: 900 seconds.
UpdateInterval
This parameter specifies the amount of time that W32time waits between corrections when the clock is being corrected gradually. When it makes a gradual correction, the service adjusts the clock slightly, waits this amount of time, and then checks to see if another adjustment is needed, until the correction is finished. Default: 100 1/100th second units, which is 1 second.
General parameters:
AnnounceFlags
This parameter is a bitmask value that controls how time service availability is advertised through NetLogon. Default: 0x0a hexadecimal. See the NtpClient\EventLogFlags Subkey documentation on Microsoft's TechNet Library for possible values.
EventLogFlags
This parameter controls special events that may be logged to the Event Viewer System log. Default: 0x02 hexadecimal bitmask. See the NtpClient\EventLogFlags Subkey documentation on Microsoft's TechNet Library for possible values.
LocalClockDispersion
This parameter indicates the maximum error in seconds that is reported by the NTP server to clients that are requesting a time sample. (Applies only when the NTP server is using the time of the local CMOS clock.) Default: 10 seconds.
MaxPollInterval
This parameter controls the maximum polling interval, which defines the maximum amount of time between polls of a peer. Default: 10 in log base-2, which is 1,024 seconds. (Should not be set higher than 15.)
MinPollInterval
This parameter controls the minimum polling interval that defines the minimum amount of time between polls of a peer. Default: 6 in log base-2, which is 64 seconds.
RequireSecureTimeSyncRequests
This parameter controls whether or not the the DC will respond to time sync requests that use older authentication protocols. If enabled (set to 1), the DC will not respond to requests using such protocols. Default: 0 Boolean.
UtilizeSslTimeData
This parameter controls whether W32time will use time data computed from SSL traffic on the machine as an additional input for correcting the local clock. Default: 1 Boolean
RODC parameters:
ChainEntryTimeout
This parameter specifies the maximum amount of time that an entry can remain in the chaining table before the entry is considered to be expired. Expired entries may be removed when the next request or response is processed. Default: 16 seconds.
ChainMaxEntries
This parameter controls the maximum number of entries that are allowed in the chaining table. If the chaining table is full and no expired entries can be removed, any incoming requests are discarded. Default: 128 entries.
ChainMaxHostEntries
This parameter controls the maximum number of entries that are allowed in the chaining table for a particular host. Default: 4 entries.
ChainDisable
This parameter controls whether or not the chaining mechanism is disabled. If chaining is disabled (set to 0), the RODC can synchronize with any domain controller, but hosts that do not have their passwords cached on the RODC will not be able to synchronize with the RODC. Default: 0 Boolean.
ChainLoggingRate
This parameter controls the frequency at which an event that indicates the number of successful and unsuccessful chaining attempts is logged to the System log in Event Viewer. Default: 30 minutes.
Clock Discipline Parameters
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | FrequencyCorrectRate |
Value Type | REG_DWORD |
Default Value | 4 |
Min Value | 1 |
Max Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | HoldPeriod |
Value Type | REG_DWORD |
Default Value | 5 |
Min Value | 1 |
Max Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | LargePhaseOffset |
Value Type | REG_DWORD |
Default Value | 50000000 |
Min Value | |
Max Value | 4294967295 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | MaxAllowedPhaseOffset |
Value Type | REG_DWORD |
Default Value | 300 |
Min Value | |
Max Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | MaxNegPhaseCorrection |
Value Type | REG_DWORD |
Default Value | 172800 |
Min Value | |
Max Value | 4294967295 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | MaxPosPhaseCorrection |
Value Type | REG_DWORD |
Default Value | 172800 |
Min Value | |
Max Value | 4294967295 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | PhaseCorrectRate |
Value Type | REG_DWORD |
Default Value | 1 |
Min Value | 1 |
Max Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | PollAdjustFactor |
Value Type | REG_DWORD |
Default Value | 5 |
Min Value | 1 |
Max Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | SpikeWatchPeriod |
Value Type | REG_DWORD |
Default Value | 900 |
Min Value | 1 |
Max Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | UpdateInterval |
Value Type | REG_DWORD |
Default Value | 100 |
Min Value | 1 |
Max Value | 4294967295 |
General Parameters
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | AnnounceFlags |
Value Type | REG_DWORD |
Default Value | 10 |
Min Value | |
Max Value | 16 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | EventLogFlags |
Value Type | REG_DWORD |
Default Value | 2 |
Min Value | |
Max Value | 3 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | LocalClockDispersion |
Value Type | REG_DWORD |
Default Value | 10 |
Min Value | |
Max Value | 16 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | MaxPollInterval |
Value Type | REG_DWORD |
Default Value | 10 |
Min Value | |
Max Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | MinPollInterval |
Value Type | REG_DWORD |
Default Value | 6 |
Min Value | |
Max Value | 15 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | RequireSecureTimeSyncRequests |
Value Type | REG_DWORD |
Default Value | 0 |
Min Value | 0 |
Max Value | 1 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | UtilizeSslTimeData |
Value Type | REG_DWORD |
Default Value | 1 |
Min Value | 0 |
Max Value | 1 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | ChainEntryTimeout |
Value Type | REG_DWORD |
Default Value | 16 |
Min Value | 2 |
Max Value | 16 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | ChainMaxEntries |
Value Type | REG_DWORD |
Default Value | 128 |
Min Value | 128 |
Max Value | 1024 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | ChainMaxHostEntries |
Value Type | REG_DWORD |
Default Value | 4 |
Min Value | 1 |
Max Value | 4 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | ChainDisable |
Value Type | REG_DWORD |
Default Value | 0 |
Min Value | 0 |
Max Value | 1 |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Microsoft\W32Time\Config |
Value Name | ChainLoggingRate |
Value Type | REG_DWORD |
Default Value | 30 |
Min Value | 0 |
Max Value | 10080 |