Windows Server 2016 域控制器搭建NTP服务,并分发NTP策略
配置本地ntp服务器
外部ntp服务器选择:
最快ntp服务器选择:http://www.ntp.org.cn/pool
我这边在广州,所以选择1.cn.pool.ntp.org和阿里云的ntp.aliyun.com
域控上执行以下代码,配置ntp的外网同步服务器。 注意格式哦
w32tm /config /manualpeerlist:"1.cn.pool.ntp.org ntp.aliyun.com" /syncfromflags:manual /reliable:yes /update
//配置域控的ntp客户端,外部同步指向1.cn.pool.ntp.org和ntp.aliyun.com
net stop w32time & net start w32time
//重启Windows Time服务
w32tm /resync
//手动同步时间
w32tm /query /peers
//查询对等
W32tm /query /status
//查询状态
新建域控组策略对象
配置计算机开机自动启动Windows Time服务
配置并启用ntp客户端服务
启用ntp客户端
NTP客户端策略建立完成,因为是计算机策略,发布到对应的域计算机列表中
服务器和客户端都更新策略
C:\Windows\system32>gpupdate /force
正在更新策略...
计算机策略更新成功完成。
用户策略更新成功完成。
客户端重启测试
刚开机时检查ntp指向的是本地
别灰心,等策略慢慢生效……等了五分钟