I have a basic Windows network and the workstations are not syncing time. I have read and followed the advice in the article below without success: How to change time source from "Local CMOS Clock" to "DC"
C:\>w32tm /query /source
Local CMOS Clock
C:\>w32tm /config /syncfromflags:domhier /update
The command completed successfully.
C:\>net stop w32time && net start w32time
The Windows Time service is stopping.
The Windows Time service was stopped successfully.
The Windows Time service is starting.
The Windows Time service was started successfully.
C:\>w32tm /query /source
Local CMOS Clock
C:\>w32tm /resync /rediscover
Sending resync command to local computer
The computer did not resync because no time data was available.
Any suggestions would be greatly appreciated.