8 May 2008 at 15:57 #1 ColdAsIce ColdAsIce Soldato Joined 26 May 2006 Posts 6,207 Location Edinburgh Anyone know how I can add a logon script that will sync all client machines with the server time? Using Windows Server 2003
Anyone know how I can add a logon script that will sync all client machines with the server time? Using Windows Server 2003
8 May 2008 at 16:06 #2 Rob7865 Rob7865 Associate Joined 4 Sep 2006 Posts 308 Location Bristol Hi what your looking for is: Code: net time /domain /set this will set the local time to the domain controller.. Rob
Hi what your looking for is: Code: net time /domain /set this will set the local time to the domain controller.. Rob