积极答复者
传送PDC主机到新的域控,域内服务器的时间源何时生效?

问题
答案
-
您好,
感谢您的回复。
0x1指的是SpecialPollInterval。这个值是用来确定轮询时间源的频率。
启用 SpecialInterval 0x1 标志后,W32Time 使用此轮询时间间隔,而不是轮询间隔由操作系统确定(MinPollInterval / MaxPollInterval)。域成员上的默认值为 3600。 独立客户端和服务器上的默认值都是 604800。
更多信息我们可以参考以下链接: https://blogs.msdn.microsoft.com/w32time/2008/02/26/configuring-the-time-service-ntpserver-and-specialpollinterval/
希望以上信息对您有所帮助。
Best Regards,
Kallen
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 cycle_zhang 2018年8月9日 9:05
全部回复
-
您好,
感谢您的发帖。
据我所知,我们可以使用cmd命令w32tm /config实现您的需求。
更多信息请参考以下链接中有关w32tm /config的描述。
希望以上内容能够对你有所帮助。
Best Regards,
Kallen
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
感谢您的回复。
请在域控B上按照以下的示例运行w32tm /config 命令。
w32tm /config /manualpeerlist:timeserver /syncfromflags:manual /reliable:yes /update
例如:w32tm /config /manualpeerlist:"time.windows.com,0x1" /syncfromflags:manual /reliable:yes /update
然后执行以下命令与外部源的时间同步:w32tm /config /update
最后,执行以下命令以使更改生效:net stop w32time && net start w32time
完成后,Windows时间服务应开始在域控制器上与外部源同步时间。
要查看时间配置,可以使用w32tm / query / configuration
对于域成员计算机:
强制域计算机与DC同步时间使用的命令:w32tm / config / syncfromflags:domhier / update
检查它是否同步:w32tm /monitor
重新同步:w32tm /resync
希望以上内容能够对你有所帮助。
Best Regards,
Kallen
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
您的问题解决了吗?
如果您使用我们的解决方案解决了问题,请“标记为答案”以帮助其他社区成员快速找到有用的回复。
如果您使用自己的解决方案解决问题,请在此处分享您的经验和解决方案。 对于有类似问题的其他社区成员来说,这将非常有益。
如果不是,请回复并告诉我们当前的情况,以便提供进一步的帮助。
Best Regards,
Kallen
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
感谢您的回复。
这个命令中“time.windows.com,0x1”是举例的他人的外部时间源。
具体输入的内容要根据您的时间源来决定,并不是一定和举例中相同的。
Best Regards,
Kallen
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
感谢您的回复。
0x1指的是SpecialPollInterval。这个值是用来确定轮询时间源的频率。
启用 SpecialInterval 0x1 标志后,W32Time 使用此轮询时间间隔,而不是轮询间隔由操作系统确定(MinPollInterval / MaxPollInterval)。域成员上的默认值为 3600。 独立客户端和服务器上的默认值都是 604800。
更多信息我们可以参考以下链接: https://blogs.msdn.microsoft.com/w32time/2008/02/26/configuring-the-time-service-ntpserver-and-specialpollinterval/
希望以上信息对您有所帮助。
Best Regards,
Kallen
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 cycle_zhang 2018年8月9日 9:05