Windows Time service

Last updated:

WINDOWSTIME

Sync from domain

w32tm /config /syncfromflags:domhier /update 
net stop w32time 
net start w32time

Sync from local

w32tm /config /syncfromflags:manual /update 
net stop w32time 
net start w32time

references: Windows Time service tools and settings | Microsoft Docs