1

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)?

Uwe Keim
  • 2,420
  • 5
  • 30
  • 47

1 Answers1

3

You could use:

net time /querysntp
HostBits
  • 11,796
  • 1
  • 25
  • 39