首先在CMD下netdom query fsmo查看域内的PDC主机

在主域控制器上设置

运行gpedit.msc 打开本地策略组,路径为:计算机配置-管理模板-系统-Windows 时间服务:

1.1配置Windows NTP客户端

设置NTPserver为
中国科学院国家授时中心
ntp.ntsc.ac.cn,0x9

,0x9不用删除

1.2 启用Windows NTP客户端

1.3来到域控制器的服务,运行 - services.msc 回车

1.4找到服务“Windows Time”
停止 - 启动

1.5更新配置

PS C:\Windows\system32> gpupdate /force         #更新组策略
PS C:\Windows\system32> w32tm /query /source        #查看时间服务器是否为更改过的ntp.dtops.cc
PS C:\Windows\system32> w32tm /resync /rediscover   #手工同步时间 

PS C:\Windows\system32> gpupdate /force        #更新组策略
PS C:\Windows\system32> w32tm /resync /rediscover    #手动同步时间 

强制同步主域服务器时间的方法
PS C:\Windows\system32> net time \\172.25.106.22 /SET /y 
Last modification:December 7th, 2021 at 06:43 pm