A customer asked me to take a look at his Windows 2003 server and tell him whether the server has an active time synchronization with a time server.

I thought I can use the command:

w32tm /query /status

But it seems that the /query option is not available in Windows 2003 server.

My question is:

How can I figure out the current time server settings (command line or GUI)?

link|improve this question

1  
Bad, but easy, idea -- adjust the time my ~30 seconds. See if it corrects. – Zoredache Dec 22 '11 at 17:30
feedback

1 Answer

up vote 3 down vote accepted

You could use:

net time /querysntp
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.