Difference between revisions of "Time synchronization"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 10: Line 10:
 
         notify="false"
 
         notify="false"
 
         execute="always">
 
         execute="always">
 
+
 
         <install cmd="net time \\timeserver /set /yes" />
 
         <install cmd="net time \\timeserver /set /yes" />
 
+
 
     </package>
 
     </package>
  

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>