For w32tm are the entries for the manualpeerlist ordered by priority

Chris Thacker 0 Reputation points
2024-11-14T22:07:19.7033333+00:00

For w32tm (windows time manager) a config parameter exists for the manual peer list. Are the entries in priority order?

Also, there are bit flags for each of the entries in the manual peer list. One of them is 0x08 (Client) - how does this flag work

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanhong Liu 14,205 Reputation points Microsoft External Staff
    2024-11-15T05:50:12.0766667+00:00

    Hello

    Here is the command which set the client to use two-time servers, if you want they have priority you can using 0x2 0x8.

    w32tm /config /manualpeerlist:"ntpserver.contoso.com clock.adatum.com" /syncfromflags:manual /update

    w32tm /config /manualpeerlist:"ntpserver.contoso.com,0x8 clock.adatum.com,0x2" /syncfromflags:manual /update

    0x08 is for registry Announceflags means Automatic reliable time server

    Windows Time service tools and settings | Microsoft Learn

    I hope the information above is helpful.

    Best Regards,

    Yanhong

    ================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    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.