In this article, i am going to explain How to  set NTP Server on Domain Controller for Non-Windows clients to sync time from domain controller so that it will help Network devices and other Non-windows clients to sync time from Domain controller in your organization.

NTP Server Installation:

 

                NTP Server installation and configuration to provide Time Service for non-windows operating systems and Network devices.

 

Configuration:

 ck Start, click Run, type regedit, and then click OK.

  1. Locate and then click the following registry entry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\

  1. In the right pane, right-click AnnounceFlags, and then click Modify.
  2. In the Edit DWORD Value dialog box, under Value data, type 5, and then click OK.

 

 

 

  1. Enable NTPServer.
    1. Locate and then click the following registry subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
                                                Services\W32Time\TimeProviders\NtpServer\

  1. In the right pane, right-click Enabled, and then click Modify.
  2. In the Edit DWORD Value dialog box, type 1 under Value data, and then click OK.
  3. Exit Registry Editor.
  4. At the command prompt, type the following command to restart the Windows Time service, and then press ENTER:

net stop w32time && net start w32time

 

 

****************************************************************************************************************

NTP Server installation and Configuration has been completed successful

***************************************************************************************************************