网站首页 文章专栏 怎么配置windows server 时间同步服务器(ntp server)
本文介绍如何通过powershell在Windows Server 2016上配置Windows时间服务.
# 配置 同步 ntp7.aliyun.com 的时间 w32tm /config /manualpeerlist:ntp7.aliyun.com /syncfromflags:MANUAL # 需要重启 w32time 服务 Stop-Service w32time Start-Service w32time
w32tm /resync /force