Some times when you laptop time and your phone time is deferment
it will be
hard to find the correct time for the meetings in a corporate en
environment this is critical
To overcome this i used google NTP server to Domain controller.
login to the domain controller and open a command prompt in admin
privileges.
Add the NTP servers.
· w32tm/config /manualpeerlist:"time1.google.com,0x1 time2.google.com,0x1
time3.google.com,0x1 time4.google.com,0x1"
Make this DC a reliable time source for the clients.
· w32tm/config /reliable:yes
Force domain computers to synchronize the time with the DC.
· w32tm/config /syncfromflags:domhier /update
Stop and start the server
· net stop w32time && net start w32time
0 comments:
Post a Comment