相关疑难解决方法(0)

如何将时间源从“本地 CMOS 时钟”更改为“DC”

在域中,我想将 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

10
推荐指数
1
解决办法
19万
查看次数