Jump to content

Ive tried, followed guides but failed!! To simply set the clock!!!!


Recommended Posts

Posted (edited)

We have always used a .bat script to set the clock from one of the Domain Controllers.

Reading about this is apparently not recommended and was used in W2000

time.bat - "Set time \\dc1 /set /yes"

Can anyone please talk me through the correct way to set the clock with Group Policy.?

 

Thanks in advance !!

 

Latest failed effort:

System/Windows Time Service/Time Providers

Policy Setting

Configure Windows NTP Client Enabled

NtpServer DC1.{school}.local

Type NTP

CrossSiteSyncFlags 2

ResolvePeerBackoffMinutes 15

ResolvePeerBackoffMaxTimes 7

SpecialPollInterval 3600

EventLogFlags 0

Edited by ZeroHour
Posted

Not using Group policy, but

 

One of the schools I picked up recently had the server referencing itself and the clients working from micrsofts' time server.

 

To fix this I did the following.

 

On the FSMO role holder

 

w32tm /configure /manualpeerlist:your.ntp.time.server.here,0x1 /syncfromflags:MANUAL
net stop w32time
net start w32time
w32tm /resync

 

where your.ntp.time.server.here is the one provided by LEA/county or a trusted one from the web, pool.ntp.org etc

 

On the clients

 

W32tm /config /syncfromflags:domhier /update
net stop w32time
net start w32time
W32tm /resync /rediscover

 

Check clients with

w32tm /monitor

 

BoX

  • Thanks 1
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...