Fix time on Windows server
### Set
w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
### stop
Stop-Service w32time
### Start
Start-Service w32time
### resync
w32tm /resync
### Check status
w32tm /query /status
Fix time on Windows server
### Set
w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
### stop
Stop-Service w32time
### Start
Start-Service w32time
### resync
w32tm /resync
### Check status
w32tm /query /status