User Tools

Site Tools


software:microsoft:windows:services

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:microsoft:windows:services [2016/03/05 03:24] – created superwizardsoftware:microsoft:windows:services [2017/05/27 21:52] (current) – [Windows 7 Time not correct on Domain] superwizard
Line 1: Line 1:
 +====== Windows 7 Time not correct on Domain ======
 +
 +From: https://social.technet.microsoft.com/Forums/windowsserver/en-US/9a5a0536-80fe-40c8-93f2-fcd12607bb83/domain-pcs-syncing-incorrect-time?forum=winserverNIS
 +
 +<code>
 +Hi Steve,
 +Thank you for the post.
 +The time Infrastructure are 
 +.Domain clients/server sync time from DC servers
 +.DC servers sync time from PDC server
 +.PDC server sync time from external time source
 +To show the local computer time source, run command 
 +"w32tm /query /source".
 +To configure PDC external time source , run command 
 +"w32tm /config /manualpeerlist:time.windows.com,0x01 /syncfromflags:manual /reliable:yes /update".
 +You could find other time server from http://www.pool.ntp.org/ to replace time.windows.com.
 +If there are more inquiries on this issue, please feel free to let us know.
 +Regards
 +Rick Tan
 +TechNet Community Support
 +</code>
 +
 +From: https://social.technet.microsoft.com/wiki/contents/articles/1374.event-id-129-microsoft-windows-time-service.aspx
 +
 +<code>
 +To verify that the Windows Time service is synchronizing correctly:
 +
 +Open a command prompt as an administrator. To open a command prompt as an administrator, 
 +click Start. In Start Search, type Command Prompt. At the top of the Start menu, right-click 
 +Command Prompt, and then click Run as administrator. If the User Account Control dialog box 
 +appears, confirm that the action it displays is what you want, and then click Continue.
 +At the command prompt, type 
 +W32TM /resync, and then press ENTER.
 +At the command prompt, type 
 +W32TM /query /status, and then press ENTER.
 +This command displays the status of the Windows Time service synchronization. The Last Successful 
 +Sync Time line of the output displays the date and time that you ran the W32TM /resync command in 
 +the previous step. Also, check the computer name that is shown as the Source. This should be the 
 +name of a domain controller (or an administrator-configured time server) in the same Active Directory 
 +domain as the local computer.
 +</code>
 ====== Windows 7 not respond to ping ====== ====== Windows 7 not respond to ping ======
  
software/microsoft/windows/services.1457148253.txt.gz · Last modified: by superwizard