How to Synchronize Time Between Domain And Client Computers

Опубликовано: 16 Апрель 2026
на канале: BineshTech
68
4

How to Synchronize Time Between Domain And Client Computers
Configure Time Sync in Active Directory: A Comprehensive Tutorial
How Time Sync Works in an Active Directory Domain?

w32tm.exe /config /syncfromflags:manual /manualpeerlist:time.windows.net,0x8 /reliable:yes /update

w32tm /query /configuration
w32tm /query /source

use the default domain hierarchy time sync scheme

net stop w32time
w32tm.exe /unregister
w32tm.exe /register
net start w32time
w32tm /config /syncfromflags:DOMHIER /update
w32tm /resync
=======================================
How Time Sync Works in an Active Directory Domain?
In the Active Directory environment, the time synchronization is performed according to a typical domain hierarchy:
Primary Domain Controller Emulator (PDC) is the main time source in the domain. PDC can synchronize its time with the local hardware Complementary Metal-Oxide-Semiconductor (CMOS) clock (default) or with an external NTP source in the parent domain.
In the Root domain, other Domain controllers synchronize their time with Primary Domain Controller Emulator (PDC) of parent domain.
The PDC emulator in the child domains synchronize its time with the PDC or any other domain controller from the parent domain.
Other domain controllers can synchronize time with PDC Emulator from own domain or any other domain controller from parent domain.
Workstations and member servers synchronize their time by any domain controller in its own domain.