Search Bluebook IT Support Website

Windows Time Server Commands

Force synchronizing the time asap
w32tm /resync /nowait

Check NTP configuration 
w32tm /query /configuration

Display time source – all DCs
w32tm /monitor

Display time source 
w32tm /query /source

Display list of all configured NTP servers and their status
w32tm /query /peers

Display time service status i.e whether it is getting time from local cmso clock/external NTP server
w32tm /query /status

Force domain computers to synchronise the time with the DC (use elevated command)
w32tm /config /syncfromflags:domhier /update
net stop w32time && net start w32time

 

https://community.spiceworks.com/how_to/65413-configure-dc-to-synchronize-time-with-external-ntp-server

https://support.microsoft.com/en-gb/help/816042/how-to-configure-an-authoritative-time-server-in-windows-server