Windows Server 2016 时钟校对与时间同步


w32tm /query /status 这个命令能看到时间服务器地址是.68的机器就是域控服务器。

 

net stop w32time     先停止时间程序

w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org”

w32tm /config /reliable:yes

net start w32time   

w32tm /query /configuration

w32tm /resync             执行同步

W32tm /query /status  查看同步状态

 

 

gpupdate/force 

 

转至  https://www.bilibili.com/read/cv10853038 作者:西丈一郎

原创文章,作者:dweifng,如若转载,请注明出处:https://blog.ytso.com/275816.html

(0)
上一篇 2022年7月21日
下一篇 2022年7月21日

相关推荐

发表回复

登录后才能评论