Aug 11, 2004 #1 brenblac IS-IT--Management Jun 13, 2003 7 GB Does anyone know how to configure a Windows 2003 MS in a NT4 domain to get it's time from a NT4 PDC? Cheers, Brendan.
Does anyone know how to configure a Windows 2003 MS in a NT4 domain to get it's time from a NT4 PDC? Cheers, Brendan.
Aug 11, 2004 1 #2 Mike555 Technical User Feb 21, 2003 1,200 US Open the command prompt on the Win2k3 machine and type the following... net time \\NTServerIPAddress /set -- Mike Upvote 0 Downvote
Open the command prompt on the Win2k3 machine and type the following... net time \\NTServerIPAddress /set -- Mike
Aug 11, 2004 Thread starter #3 brenblac IS-IT--Management Jun 13, 2003 7 GB Cheers Mike but I found a way of keeping it up to date. At the command prompt type the following... w32tm /config /manualpeerlist:SERVERNAME /syncfromflags:manual w32tm /config /update Upvote 0 Downvote
Cheers Mike but I found a way of keeping it up to date. At the command prompt type the following... w32tm /config /manualpeerlist:SERVERNAME /syncfromflags:manual w32tm /config /update
Aug 11, 2004 #4 Mike555 Technical User Feb 21, 2003 1,200 US You could also use this to keep up to date: net time \\NTServerName /setsntp:NTServerIPAddress -- Mike Upvote 0 Downvote
You could also use this to keep up to date: net time \\NTServerName /setsntp:NTServerIPAddress -- Mike