Post

Microsoft - Transfer NTP server to another Domain Controller

img

img


Ref:


After the PDC role moved to the new Domain Controller, then configure the time source

1
2
3
4
5
6
7
w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time

Then verify the time source has been changed

1
2
3
w32tm /query /status
w32tm /query /source
w32tm /query /configuration

NIST Internet Time Servers

This post is licensed under CC BY 4.0 by the author.