在域中,我想将 DC 设置为时间服务器。
为此,我使用以下命令:
w32tm /config /manualpeerlist:europe.pool.ntp.org /syncfromflags:manual /reliable:yes /update
Run Code Online (Sandbox Code Playgroud)
和
w32tm /resync /rediscover
Run Code Online (Sandbox Code Playgroud)
在我使用的客户端服务器中
net time \\<comp.name.of.ad> /set /y
Run Code Online (Sandbox Code Playgroud)
但一些客户端仍然使用本地 CMS 时钟。
我能做什么?
提前致谢。
编辑:
我也跑
w32tm /resync [/computer:<computer>] [/nowait] [/rediscover]
Run Code Online (Sandbox Code Playgroud)
在客户端,但时间服务器仍然是客户端的本地 CMOS 时钟。
AD源是我设置的。(nist.expertssmi.com)
在客户端,源是本地 CMOS 时钟
active-directory ntp w32time time-synchronization windows-server-2008-r2