You have no items in your shopping cart.
Search
Filters
RSS

Blog posts of '2022' 'December'

Windows Server 2016 - 2019 - 2022 Time Sync issue

When your server or network is not syncing time, it is typically being saved be local clock - use the following to sync with Internet time:

  1. Open Command prompt with administrative Privilages
  2. net stop w32time
  3. w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
  4. net start w32time
  5. w32tm /resync