|
|
| Author |
Message |
K Guest
|
Posted: Thu Apr 20, 2006 1:19 pm Post subject: Time on Clients |
|
|
2003 native domain with XP Pro SP2 on all clients
We have a small amount of users who for some reason the clock is not syncing
with that on the server.
The majority of clients sync their time and have no problem, but for a very
small number the clocks are out and never get updated. |
|
| Back to top |
|
 |
|
|
Jabez Gan [MVP] Guest
|
Posted: Thu Apr 20, 2006 2:44 pm Post subject: Re: Time on Clients |
|
|
Try checking the event log on the client's machine.
Also, make sure that the BIOS's clock is set correctly too. Also check the
timezone on the client's machine too.
But the event log from the client's machine should telll you the exact
issue.
--
Jabez Gan [MVP]
Microsoft MVP: Windows Server
http://www.blizhosting.com
MSBLOG: http://msblog.resdev.net
"K" <@.> wrote in message news:OiuKKuFZGHA.1764@TK2MSFTNGP05.phx.gbl...
| Quote: | 2003 native domain with XP Pro SP2 on all clients
We have a small amount of users who for some reason the clock is not
syncing with that on the server.
The majority of clients sync their time and have no problem, but for a
very small number the clocks are out and never get updated.
|
|
|
| Back to top |
|
 |
IntelliAdmin Guest
|
Posted: Thu Apr 20, 2006 6:06 pm Post subject: Re: Time on Clients |
|
|
You might also want to run the following at the command line:
net time /querysntp
What does it tell you it is using for its time server?
Steve
Windows Admin Tools
http://www.intelliadmin.com |
|
| Back to top |
|
 |
K Guest
|
Posted: Thu Apr 20, 2006 6:57 pm Post subject: Re: Time on Clients |
|
|
| Quote: | You might also want to run the following at the command line:
net time /querysntp
What does it tell you it is using for its time server?
Steve
|
It says "time.windows.com,0x1"
I guess this means it isn't fetching time from the servers and instead is
trying to get it from the internet (which the firewall is probably
blocking).
What do I need to change (I assume something in GPO) to ensure time is
fetched from my DCs instead? |
|
| Back to top |
|
 |
MartinX Guest
|
Posted: Thu Apr 20, 2006 9:19 pm Post subject: Re: Time on Clients |
|
|
I get the same server name even though I'm on a domain. I don't think that's
the right command for a domain computer. Try just "net time" with no
parameters. It should return a DC name.
"K" <@.> wrote in message news:OCKdzqIZGHA.4580@TK2MSFTNGP03.phx.gbl...
| Quote: | You might also want to run the following at the command line:
net time /querysntp
What does it tell you it is using for its time server?
Steve
|
It says "time.windows.com,0x1"
I guess this means it isn't fetching time from the servers and instead is
trying to get it from the internet (which the firewall is probably
blocking).
What do I need to change (I assume something in GPO) to ensure time is
fetched from my DCs instead? |
|
| Back to top |
|
 |
IntelliAdmin Guest
|
Posted: Thu Apr 20, 2006 9:33 pm Post subject: Re: Time on Clients |
|
|
I believe this command will do the trick
net time /setsntp:server1
Where server1 is the name of your domain controller
Steve
Windows Admin Tools
http://www.intelliadmin.com |
|
| Back to top |
|
 |
|