Once you run the Best Practice Analyzer for the Active Directory Domain Services on a Windows 2008 R2 domain controller you will see the following error
"The PDC Emulator master dc.xxx.xxx in this forest should be configured to correctly synchronize time from a valid time source"
To clear this error configures an external time source as the authoritative time source for the entire forest.
Run the following command on the domain controller where
PDC Emulator master role exists.
1. Run the command prompt as an administrator
2. At the command prompt, type w32tm /config /manualpeerlist:server,0×8, /syncfromflags:manual /update
server is the name of the time source that you want to configure, and
then press ENTER.