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

在域中,我想将DC设置为时间服务器.

为此,我使用此命令:

w32tm /config /manualpeerlist:europe.pool.ntp.org /syncfromflags:manual /reliable:yes /update

w32tm /resync /rediscover

在我使用的客户端服务器中

net time \\<comp.name.of.ad> /set /y

但是有些客户仍然使用本地CMS时钟.

我能做什么?

提前致谢.

编辑:

我也跑

w32tm /resync [/computer:<computer>] [/Nowait] [/rediscover]

在客户端,但时间服务器仍然是客户端的本地CMOS时钟.

在AD源上是我设置的. (nist.expertssmi.com)

在客户端,源是本地CMOS时钟

要配置客户端计算机或成员服务器以从域同步时间,请运行以下命令:
w32tm /config /syncfromflags:domhier /update

然后运行以下命令停止并重新启动时间服务:

net stop w32time && net start w32time

这应该是你需要做的全部.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...