Hi
We have our DC with the correct time. We want to sync all computers in the domain with this, they are a few mins out. Please could somebody tell me how to do this with script or GPO?
Thanks
Hi
We have our DC with the correct time. We want to sync all computers in the domain with this, they are a few mins out. Please could somebody tell me how to do this with script or GPO?
Thanks

If you set your 2008 R2 Server as a time server, all Windows 7 clients will automatically use it as the time server.
For example:
Or alternatively (in a logon script), enter:Code:@echo off net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:ntp.bgfl.org w32tm /config /reliable:yes net start w32time w32tm /query /peers PAUSE
Code:@ECHO OFF net time \\SERVERNAME /set /yes
The GPO version is:
Computer>Windows Time Service>Time Providers

Windows clients should look at the FSMO roles of the PDC and sync time. You can however enter NTP data into option 42 of your DHCP server but this is really for non-windows machines.
There are currently 1 users browsing this thread. (0 members and 1 guests)