Configure Automatic Updates - windows server 2019

Андрей Михалевский 3,426 Reputation points
2021-04-05T06:04:26.183+00:00

Hi. I have wsus and windows server 2019.

I have policy: Configure Automatic Updates, 4, Saturday 3:00

I want to install updates on Saturday night, but I can see it happening at 5:30 pm.

What the problem ?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
{count} votes

5 answers

Sort by: Most helpful
  1. Андрей Михалевский 3,426 Reputation points
    2021-04-06T05:52:00.67+00:00

    Did all the clients get updates at 5:30 pm? Yes

    84746-%D1%81%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA.png


  2. Андрей Михалевский 3,426 Reputation points
    2021-04-12T04:54:44.913+00:00

    RitaHu-MSFT, hi.

    I see with this command:

    Get-EventLog -LogName System |? {$_.EventID -in (6005,6006,6008,6009,1074,1076)} | ft TimeGenerated,EventId,Message -AutoSize -wrap

    My server rebooted to install updates: 06.04.2021 1:29:32

    Something is wrong..


  3. Juan Sobrado - MSFT 421 Reputation points Microsoft Employee
    2021-04-13T04:23:55.173+00:00

    Hi @Андрей Михалевский

    You need to check the client machine's Windows Update log. To generate this log use Powershell cmdlet: "Get-WindowsUpdateLog".

    More information: https://learn.microsoft.com/en-us/powershell/module/windowsupdate/get-windowsupdatelog?view=windowsserver2019-ps#description

    Regards,

    Juan Sobrado

    0 comments No comments

  4. Андрей Михалевский 3,426 Reputation points
    2021-04-13T04:31:40.827+00:00

    I am using WSUS for servers only


  5. Андрей Михалевский 3,426 Reputation points
    2021-04-13T05:14:13.26+00:00

    Thank you. I will try to disable the policy "Automatic Maintance Enabled"

    One more question. Does the "No auto-restart with logged on users for scheduled automatic updates installations" policy work on disabled users? There are administrators who simply disconnect from the server, without logoff. Can't this be the reason for blocking?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.