Sincronização do horário no windows server 2019

Anonymous
2023-12-04T16:59:07+00:00

Boa tarde!

Gostaria de uma ajuda, utilizamos o Windows Server 2019 version 1809, e em alguns momentos temos um pequeno problema de sincronização com o horário de Brasília, o relógio do server e máquinas com o passar do tempo fica atrasado alguns minutos, hoje o atraso é de aproximadamente 2 minutos.

Gostaria de saber se possui algum comando ou configuração especifica para que mantenha o horário sempre atualizado?

Pergunto isso pois em algumas pesquisas e testes feitos, o problema volta a ocorrer e alguns aplicativos param se funcionar.

Windows for business | Windows Server | Directory services | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-12-05T02:53:38+00:00

    Hi MOAS Ind. e Com. Imp. e Exp. Ltda.

    To keep your Windows Server 2019 time up to date, you can configure the Windows time service (W32Time) to synchronize with a reliable external time server. To do this, follow the steps below:

    1. Open the command prompt as an administrator.
    2. Type the following command and press Enter: w32tm /config /manualpeerlist:"pool.ntp.org",0x8 /syncfromflags:MANUAL
    3. Type the following command and press Enter: w32tm /config /update
    4. Type the following command and press Enter: net stop w32time && net start w32time

    This will configure the Windows time service to synchronize with the pool.ntp.org time server. You can also replace "pool.ntp.org" with the name of the time server you want to use.

    I hope that helps! If you have any more questions, please don't hesitate to ask.

    Best regards,

    Qiuyang

    1 person found this answer helpful.
    0 comments No comments