Question:
What DOS command can be used to synchronize the computer’s date/time with the server’s date/time?
Solution:
The DOS command used for synchronizing the computer’s time with the network’s is this:
net time /DOMAIN:ELIPSE /SET /YES
Where DOMAIN:ELIPSE is the name of the network’s domain.
To synchronize your computer’s time with another computer’s, the command is:
net time \\MACHINENAME /SET /YES
Where \\MACHINENAME is the name of the computer with which you want to synchronize your computer’s date/time.