Defer Windows updates
We find that windows updates rolls out certain updates too fast which can cause severe downtime for customers when Microsoft pushes out a faulty update.
For that reason, we prefer to defer updates for 14 days.
Using group policy, you can set this up or use registry as follows:
[HKEYLOCALMACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"DeferQualityUpdates"=dword:00000001
"DeferQualityUpdatesPeriodInDays"=dword:0000000e
"DeferFeatureUpdates"=dword:00000001
"DeferFeatureUpdatesPeriodInDays"=dword:0000000e
I'd like to see the ability to specify an age for an update to reach before Atera installs it. If I set the age to 14 days, If an update comes out, Atera will wait 14 days before considering its install. This would give us enough time to place a faulty update to the blocked updates list or even better, have time for Microsoft to recall the update.