Fix time on Windows server
### Set
w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
### Update
w32tm /config /update
### resync
w32tm /resync
w32tm /resync /rediscover
### Check status
w32tm /query /status
w32tm /query /source
On Client
### Set to domain (Run on client only)
w32tm /config /syncfromflags:domhier /update
### stop
Stop-Service w32time
### Start
Start-Service w32time
### Start resync
w32tm /resync /force