วิธีการตั้งค่าให้ระบบ Domain Controller ทำการ Sync Time จากภายนอกและทำตัวเองให้เป็น NTP Server ด้วย (Hyper-v ให้ทำการติ๊ก Time Sync ออกด้วยนะครับ)  แบบ Command   # w32tm /config /manualpeerlist: " time.navy.mi.th, clock.nectec.or.th"  /syncfromflags:manual /reliable:yes  # w32tm /config /update  # net stop w32time && net start w32time # w32tm /resync       คราวนี้ Client ภายในบริษัทก็สามารถ Sync Time ที่ Server ได้แล้วไม่ต้องไป Sync Time ที่ข้างนอกให้เปลือง Bandwidth Internet แล้วจ้า
 
Comments
Post a Comment