Currently I have 2 DC's. One is a VMWare Server and one is a physical server.
The VM is the PDC server and is the time server. It gets it's time from a NTP server. time.nist.gov
The workstations are all running Windows 7 Pro and should just grab their time from the PDC.
However, they aren't. I've spent days on this and have tried everything I could find on the internet in regards to getting the workstations to update. The only command that works is
NET TIME \\192.168.x.x /SET /Y
But if I put that command in a login script, it errors out saying there's an error on line 1, character 11.
There's too many workstations to go around and type that command on each.
I've tried this one:
net stop w32time
then
w32time –update
then
net start w32time
and I get event id 1792 error has occured and attempt was made to logon but network logon service is not...