Difference between revisions of "Time synchronization"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 11:29, 27 February 2006

This one synchronizes time on a Windows workstation against some other Windows machine (i.e., domain controller etc.).


   <package
       id="time"
       name="Time Synchonization"
       revision="1"
       reboot="false"
       priority="100"
       notify="false"
       execute="always">
       <install cmd="net time \\timeserver /set /yes" />
   </package>