Search For A Solution!

Total Pageviews

Saturday, April 14, 2018

HOW TO: SYNC your PC with interal NTP Domain Server

If you IT has set up an internal NTP server (for example your DC Server) and applied group policy you might notice that your PC wont let you manully update your workstation local time.

If for some reason your local time is off then open a CMD as administrator and run below commands

w32tm /query source
It will tell you which one is your NTP server!

Now type:
w32tm /register
It should display:
W32Time successfully registered.

w32tm /resync
It should display:Sending resync command to local computer
The command completed successfully.

Regards,
Call2fixit

No comments:

Post a Comment