WindowsTime

From Piszczynski
Revision as of 22:32, 15 November 2023 by Aleks (talk | contribs) (4 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Windows Time w32tm

Time sync issues between servers on a domain can cause many issues including login failures, connection problems, phone system crashes and other random issues.


Can use cmd commands to force time to sync:

w32tm /resync

or

NET TIME /DOMAIN

Configure w32tm service

check config

  • w32tm /query /configuration

Check source

  • w32tm /query /source

Configure to get time from domain (PDCe)

  • w32tm /config /syncfromflags:domhier /update

Change TimeZone

If the time zone is not able to be changed from the GUI open an admin powershell session and use the following cmdlet:

  • set-timezone "GMT Standard Time"