系统相关
首页 > 系统相关> > Windows Server 2016 时钟校对与时间同步

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 作者:西丈一郎

标签:w32time,w32tm,Windows,ntp,Server,org,query,2016,pool
来源: https://www.cnblogs.com/zf2211/p/16501364.html