In a Windows 2003 domain, I have 7 members servers that are Windows Server 2008 R2. I need to make it so that they sync time with the PDC emulator at least every 15 minutes or less if possible. Is this possible?
|
feedback
|
|
You can do this one of two ways: Registry & 0x1 flagAs detailed here, if you set the 0x1 flag using w32tm, you can change Scheduled TaskAlternatively, you can create a scheduled task that runs w32tm /resync every 15 minutes on the target computers. I strongly recommend this over the other option. It's much less complex and can easily be applied via GPO using the | |||||||||||
feedback
|