How To Set Domain Controller Time Sync To Prevent Two Different Times?

Asked By 0 points N/A Posted on -
qa-featured

I want all the workstation times to sync with the server. And also the domain controller time sync should be happening at regular intervals. Can you please provide with steps to do the same?

SHARE
Answered By 0 points N/A #83548

How To Set Domain Controller Time Sync To Prevent Two Different Times?

qa-featured

It is possible by making the computer sync its time with the domain controller. Following steps should be followed.

Step 1: Open Command Prompt Console by typing the keyword “cmd” in the Run command.

Step 2: We can use the net command to force time sync with the domain controller

net time \ “Name or IP of DC” /set /y

Step 3: To sync your current time with any external time server such as time.nist.gov run the following command

w32tm /resync /computer:time.nist.com /nowait  

Related Questions