
Step1: Remove Time Synchronisation of Guest with Hostįollow the procedure if the host is Hyper-v Hostġ.

#Set pdc to ntp pool windows#
To ensure correct time usage, the Windows time service uses a hierarchical control of time services and avoids any loops in time hierarchy. Windows time services ensure that entire server and client fleet in an organization that are running the Microsoft operating system use a common and correct time. In my case i use an italian’s NTP server “”.The Time Service tool (W32tm) is a required protocol by the Kerberos authentication in Microsoft Active Directory. Now, because this is the only server that need to sync with an external time source, we need to set an NTP server an the “type” of protocol on NTP. īut before, we need do create a WMI filter to apply to identify and filter only the server that has the DomainRole property is set to 5 ( Primary Domain Controller)ĥ (0x5) Primary Domain Controller Administrative Templates>System>Windows Time Service>Time Providers Now we need to enable the server-side configuration and, to do this, we need to create another GPO linked to “Domain Controllers” OU.

Open Group Policy Management create and link to root tree a new GPO called “Time-Sync-to-DC”Įdit it and go to Computer Configuration >Administrative Templates>System>Windows Time Service>Time ProvidersĮnable the Windows NTP Client and edit “configure Windows NTP Client” like this : The PDC is where we need to forse clients to sync… Now before start, we have to create a GPO to force domain’s client to sync with the PDC’s role holder.
#Set pdc to ntp pool Pc#
So, open the command prompt and issue this command to see the situation on a PC or a server…Īs we can see in this case this pc/server is using a “free” source to sync time.

Our goal is force clients time syncing with the PDC and set the PDC to sync to an external public NTP server. In this guide we are involved on the right configuration of time-sync in a Windows domain eviroment.
