0% found this document useful (0 votes)
22 views

Syncing The Time On A Fileserver and Domain

The document provides instructions for syncing the time on a file server and domain computers to an external time server. It recommends configuring group policy to have client machines sync time and setting the DHCP scope and NTP server to point to pool.ntp.org. Running commands in the login script and command prompt can then sync the file server and domain to the external time source.

Uploaded by

SteveFrost618
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Syncing The Time On A Fileserver and Domain

The document provides instructions for syncing the time on a file server and domain computers to an external time server. It recommends configuring group policy to have client machines sync time and setting the DHCP scope and NTP server to point to pool.ntp.org. Running commands in the login script and command prompt can then sync the file server and domain to the external time source.

Uploaded by

SteveFrost618
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Syncing the Time on a FileServer and Domain

This would be to sync the time to the time server of pool.ntp.org

Summary
Pharmacy reports that the time is behind and not set correctly.

Cause
Check that the Regional settings are all set to Australia and to the clients state. Also if the computer is on a Domain, then their computers and Fileserver will be looked after by an IT Department. Below information the IT Department will know what to do, but you can tell the site that they will need to have their IT Department to Sync their FileServer then the whole domain to the following TimeServer - pool.ntp.org

Solution Here are the steps we take to setup time on the servers now: Configure Group Policy for the client machines to pick up time (If there is no existing group policy in place you will need create and link one, then enforce it) Below is a policy that is already Enforced. If you need to create and enforce a Group Policy. Grab a senior technician or team Leader who can help with this.

Below is a screenshot of Group Policy Object Editor. Below all three have been enabled.

In particular the Configure Windows NTP Client with the following details:

In the DHCP Scope, select time server, and resolve for pool.ntp.org

And select the NTP Server as the servers IP

Then in the SBS_LOGIN_SCRIPT add the following entries: echo w32tm /config /syncfromflags:DOMHIER NET TIME \\SOSERVER /SET /Y

Then in command prompt run the following commands: Gpupdate /force w32tm /config /manualpeerlist:pool.ntp.org /reliable:YES w32tm /config /computer:clientcomputername /syncfromflags:DOMHIER For that last command, apply the clientcomputername to change time on whichever computer you need to.

You might also like