Windows Time

Query Current Time Source

w32tm /query /source

also

 w32tm /query /peers

Resync Time

w32tm /resync

Secure Time Seeding – improving time keeping in Windows

Manual ReSync From pool.ntp.org

w32tm /config /syncfromflags:manual /manualpeerlist:"pool.ntp.org"

Time Sync for a Remote Workforce

https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/domain-time-synchronization-in-the-age-of-working-from-home/ba-p/1440820

Windows NTP Client Flags

The best documentation I can find for what the flags mean is here:

https://docs.microsoft.com/en-us/openspecs/windows_protocolsms-sntp/fef409e4-5297-4f18-850b-e386f7e10fea

The flags are a hex bitmask:

So 0xb is:

https://docs.microsoft.com/en-us/archive/blogs/w32time/configuring-the-time-service-ntpserver-and-specialpollinterval

https://docs.microsoft.com/en-us/archive/blogs/askds/configuring-your-pdce-with-alternate-time-sources

Multiple time sources are delineated by a space. For two time sources, the following form would be used:

<Time Source #1>[,<Bitwise Flags #1>] <Time Source #2>[,<Bitwise Flags #2>]