Did all the clients get updates at 5:30 pm? Yes
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 ?
Did all the clients get updates at 5:30 pm? Yes
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..
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
I am using WSUS for servers only
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?