GPOs and Feature Updates by WSUS - notifications and Reboot

Jonathan 246 Reputation points
2021-07-19T14:17:18.507+00:00

Which GPOs I need to add to those already in place to force reboot computers after 2 days, with notification to users, and ONLY for Feature Updates
My machines are in 1803.

I tried the "Specify deadlines for automatics update and restarts", but it doesn't seem to work.

SetCompliancedeadline = 1
ConfigireDeadlineForFeatureUpdates =0
ConfigureDeadlineGracePeriodForFeatureUpdates = 2
ConfigureDeadlineNoAutoReboot = 1

Here are the GPOs already in place:

115928-wsus1.png
115879-wsus2.png

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,512 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Daisy Zhou 25,371 Reputation points Microsoft Vendor
    2021-07-20T02:38:33.167+00:00

    Hello @Jonathan ,

    Thank you for posting here.

    Would you please check if you configured the following GPO setting as below?

    116038-fe1.png

    If no, you can configure the settings above via local group policy or domain group policy, and then export the gpresult to check if the GPO settings are configured successfully.

    1.Logon one domain machine with the GPO settings above using domain Administrator account.
    2.Restart the machine or run gpupdate /force to make GPO settings take effect.
    3.Open CMD (run as Administrator).
    4.Type gpresult /h C:\gpo.html and click Enter.
    5.Check the GPO setting above under "Computer Detail".

    116105-fe4.png

    And the corresponding registry information to the GPO settings above look like this.
    116131-fe3.png

    Hope the information above is helpful to you.

    Should you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

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.