I need to set the time back on certain machines because of requirements for some custom software we run on those machines.
Main Topics
Browse All TopicsI am trying to run a vbscript that sets time for each computer. I have create the script and it work when i run it locally on my test machine. I want it to execute when each user logs on and I have create a GPO that should execute but it does not seem to run. I am hoping someone can help me get this to work. How can i see what is happening (or not happening) during the startup and logon of each machine?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Then you'll have to remove these clients from the domain, disable the Time service, and use local accounts.
For AD to work properly, the client time has to be in the same five minute window as the server time.
Cannot Log On If Time and Date Are Not Synchronized
http://support.microsoft.c
Business Accounts
Answer for Membership
by: oBdAPosted on 2009-07-30 at 09:15:24ID: 24981353
Why would you want to do something manually through a logon script that is already implmented *by* *default* in an AD domain?
8 /update
om/kb/2626 80
The *only* machine in an AD domain that needs to be manually configured to sync with an outside time source is the PDC emulator. Other DCs will sync with the PDCe, and members (provided they're running W2k or later) will sync with the DC authenticating them.
In other words: on the PDCe, open a command prompt and enter (replacing <1.2.3.4> with the time server of your choice; the ,0x8 at the end will tell the time service to run in ntp client mode):
w32tm /config /manualpeerlist:<1.2.3.4>,0x
w32tm /resync
Time servers are here (I wouldn't use the default "time.windows.com"; I've found it to be unreliable); pick a time server geographically close to you, for example one of these:
A list of the Simple Network Time Protocol (SNTP) time servers that are available on the Internet
http://support.microsoft.c
The pool.ntp.org project
http://www.pool.ntp.org/