I find the NTP client built into windows is very flaky and half the time does not even work. I have configured our DC as the time server and pointed all workstations to it, local it seems to work ok, but for the DC to access the online NTP server (time.microsoft.com I think) it fails like 99% of the time. I've seen this in other environments then ours. I think it does not have a big enough time out so it just bails out too fast.
Anyone know of a stand alone app (no need to install) that will set the clock using an NTP time source? I'd code it myself but I don't know much about UDP programming, I've only done TCP. Guessing with UDP I need to handle more stuff myself as there is no error checking like TCP.
Anyone know of a stand alone app (no need to install) that will set the clock using an NTP time source? I'd code it myself but I don't know much about UDP programming, I've only done TCP. Guessing with UDP I need to handle more stuff myself as there is no error checking like TCP.