Synchronize server time with pdc – server won't synchronize time with pdc


Problem with time in a domain environment is a serious problem because if you have the wrong time some things will not work.

Ok, let's see how to solve the problem.

First, execute the command in CMD "Net Time" to see source form where we poll time

next commands is

net stop w32time
w32tm /unregister
w32tm /register
net start w32time


if this not help, try next

w32tm /config /syncfromflags:domhier /update

After that you have to run:
net stop w32time
net start w32time

if this also not solve problem try next:

If does not help try:


w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update


dpejic has written 85 articles

2 thoughts on “Synchronize server time with pdc – server won't synchronize time with pdc

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>