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