Windows Time Configuration

In order to configure the windows time service use the following commands:
  1. w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /update (Peers is a list of time servers, you may find many of them at http://www.pool.ntp.org/)
  2. net stop w32time
  3. net start w32time
  4. w32tm /resync
for domain members use /syncfromflags:domhier at step 1.

To check the time difference between the computer and the time server use the command:
w32tm /stripchart /computer:timeserver /samples:5 /dataonly

Popular posts from this blog

Domain Controller Machine Password Reset

Configuring a Certificate on Exchange Receive Connector

Running Multiple NGINX Ingress Controllers in AKS