workgroup synchronization

I want to synchronize 02 machines in workgroup but always I faced problem of no data time is available in cmd prompt when type a command w32tm /resync , I checked NTP client and server and w32time parameters but all are look good,
please, some can help me to complete this action
 
I want to synchronize 02 machines in workgroup but always I faced problem of no data time is available in cmd prompt when type a command w32tm /resync , I checked NTP client and server and w32time parameters but all are look good,
please, some can help me to complete this action
Maybe THE LOCAL ARRAYS ARE NOT DEFINED
 
Use the following commands to synchronize time in a workgroup environment or with a non-Windows time server by adding 0x8 parameter:


  • w32tm /config /manualpeerlist:TimeServerFQDNorIPAddress,0x8 /syncfromflags:MANUAL /reliable:yes
  • w32tm /config /update
  • net stop w32time
  • net start w32time
  • w32tm /resync
 
NTP (Network Time Protocol) is a network protocol that enables you to synchronize clocks on devices over a network. It works by using one or more NTP servers that maintain a highly accurate time, and allows clients to query for that time.
 
Top