This topic describes how to use the Windows Time service to synchronize system time among Windows Server 2003 systems. The goal is to configure all of your Windows Server 2003 systems to match their clocks the same time source. For information about other time synchronization tools and methods, consult the Microsoft support site.
Follow these steps:
net time /querysntp
The command returns the name of the Simple Network Time Protocol (SNTP) server with which the system is configured to synchronize time.
Example Return Value:
The current SNTP value is: time.windows.com, 0x1 The command completed successfully.
net time /SETSNTP:NTPServer
where:
NTPServer = Name of the SNTP server that was returned from the previous query
Example Command:
net time /SETSNTP:time.windows.com
The return value indicates whether the command completed successfully.
The Services window opens.
The Windows Time Properties window opens.
Copyright © 2013 CA.
All rights reserved.
|
|