Hi,
I need to get my Time Server to sync with a external source.
Server 2008 R2
i have changed the Group Policy for the domain controllers to Sync with a external source2.
I have tried to manually set it with the registry changes
W32tm /config /syncfromflags:manual /manualpeerlist: ntp.is.co.za
W32tm /config /reliable:yes
W32tm /config /update
W32tm /resync
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config]
"AnnounceFlags"=dword:00000005
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]
"Type"="NTP"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer]
"Enabled"=dword:00000001
Net stop w32time
Net start w32time
Net time
When it resync i get this:
"The Computer did not resync because no time data was available"
I have tried it with time.windows.com and still get that message...
Where can the issue be?
Thanks