Active Directory - Windows Server 2012 R2

TechUser2020-6505 256 Reputation points
2022-10-19T16:12:50.487+00:00

Hi,
I want to update the NTP time source on my Domain Controllers as we're updating our NTP appliances. The commands I've seen to do this are:

w32tm.exe /config /syncfromflags:manual /manualpeerlist:10.1.1.1,0x8 10.1.1.2,0x8 /reliable:yes /update

The question I have is what does the 0x8 do? Is it needed?

From reading below, I still don't know the difference between setting 0x8, 0x1 or something else.

https://learn.microsoft.com/en-us/services-hub/health/remediation-steps-ad/configure-the-root-pdc-with-an-authoritative-time-source-and-avoid-widespread-time-skew
https://jackstromberg.com/2013/10/configuring-external-time-source-on-your-primary-domain-controller/
https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/time-synchronization-not-succeed-non-ntp

Please advise
Thanks

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,094 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,548 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmySalian-2011 42,121 Reputation points
    2022-10-19T16:49:03.197+00:00

    Hi,

    0x8 definition is as below:

    The 0x8 setting that is referenced in the command in the "Resolution" section sets Windows Time to use client mode.

    The valid settings for the mode used with the /manualpeerlist switch include:

    0x01 - use special poll interval SpecialInterval
    0x02 - UseAsFallbackOnly
    0x04 - send request as SymmetricActive mode
    0x08 - send request as Client mode

    time-synchronization-not-succeed-non-ntp

    Hope this helps.
    JS

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. TechUser2020-6505 256 Reputation points
    2022-10-20T11:25:18.583+00:00

    Thanks Jimmy,
    The bit I was missing was understanding the context, in essence if you're syncing with a non Windows NTP server, then use 0x8 for client mode?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.