To update the time on a domain computer from the PDC use the following command (can take a few minutes to actually take effect):
# w32tm /resyncTo identify the current time server:
# net time /querysntpTo set the time server:
# w32tm /config /manualpeerlist:<server name> /syncfromflags:manual /reliable:yes /updateTo reset the ntp server to the domain controller:
# w32tm /config /syncfromflags:domhier /updateTo report on time difference between current computer and server:
# w32tm /stripchart /computer:<servername> /samples:5 /dataonly
No comments:
Post a Comment