Check the time for all computers on the Domain

imported_JFG

Senior member
Feb 16, 2005
207
0
0
I was wondering if anyone knows of a utility, script or any software to do this? We would like to query the domain to make sure all machines have the correct time after DST.

Thanks
 

thescreensavers

Diamond Member
Aug 3, 2005
9,916
2
81
Which OS are you running?

If XP google "Windows XP DST fix" look around the links if you are using SP2/SP3 put that into your search as it differs from SP1
 

redbeard1

Diamond Member
Dec 12, 2001
3,006
0
0
Putting this into your logon script will force a time sync between the workstations and server.

net time \\(your main domain controller name) /set /y

It does not force the daylight savings time box to be checked for those computers that don't have it set automatically.