[RESOLVED] WUA: Possible Strategies
Published: June 3, 2022 - 3:27 PM
Hello everyone,
Context:
WAPT version: 2.1 Enterprise
Server OS: Debian 11
Administration console OS: Win10pro
Package development workstation OS: Win10pro
We have some users who rarely shut down their workstations and therefore don't receive the necessary Windows updates.
We would like Windows updates to install automatically as soon as the workstation is online (Windows updates without restarting) at a set frequency, rather than when the workstation is shut down.
To do this, we configured a WAPT agent as follows:
[waptwua]
enabled=true
default_allow=true
install_at_shutdown=false
install_delay=7d
install_scheduling = 1d
download_scheduling = 1d
Updates appear as pending (although some had a DISCARDED status despite the default_allow=true parameter) but do not seem to install according to the declared frequency (they remain in pending status, despite a manual restart of the machine 3 weeks later to allow the full 7-day delay to pass).
Normally, this configuration will scan for updates daily, install the necessary updates daily (which should all be in pending status due to default_allow=true), allowing a 7-day delay after the update is published. Is that correct, or am I misunderstanding something?
What are the main risk categories (see WAPT documentation) associated with using the `install_scheduling = 1d` parameter, for example, if the user shuts down their computer while a pending Windows update is installing?
Basically, what would you recommend for a secure installation of Windows updates that doesn't depend on a computer restart, and in a way that is as transparent and automatic as possible (ideally, we wouldn't want to intervene in the WAPT console to apply Windows updates to computers)?
Windows updates via WUA when the computer shuts down take some time (in this regard, a percentage of these updates completed would make users less inclined to abruptly shut down their computers on Friday nights! (although this depends on various factors (operator pairing, reverse-proxy bandwidth, etc.)).
Does WUA support abrupt shutdowns (I think this must happen
) and allow for a clean restart?
Sincerely,
CR
Context:
WAPT version: 2.1 Enterprise
Server OS: Debian 11
Administration console OS: Win10pro
Package development workstation OS: Win10pro
We have some users who rarely shut down their workstations and therefore don't receive the necessary Windows updates.
We would like Windows updates to install automatically as soon as the workstation is online (Windows updates without restarting) at a set frequency, rather than when the workstation is shut down.
To do this, we configured a WAPT agent as follows:
[waptwua]
enabled=true
default_allow=true
install_at_shutdown=false
install_delay=7d
install_scheduling = 1d
download_scheduling = 1d
Updates appear as pending (although some had a DISCARDED status despite the default_allow=true parameter) but do not seem to install according to the declared frequency (they remain in pending status, despite a manual restart of the machine 3 weeks later to allow the full 7-day delay to pass).
Normally, this configuration will scan for updates daily, install the necessary updates daily (which should all be in pending status due to default_allow=true), allowing a 7-day delay after the update is published. Is that correct, or am I misunderstanding something?
What are the main risk categories (see WAPT documentation) associated with using the `install_scheduling = 1d` parameter, for example, if the user shuts down their computer while a pending Windows update is installing?
Basically, what would you recommend for a secure installation of Windows updates that doesn't depend on a computer restart, and in a way that is as transparent and automatic as possible (ideally, we wouldn't want to intervene in the WAPT console to apply Windows updates to computers)?
Windows updates via WUA when the computer shuts down take some time (in this regard, a percentage of these updates completed would make users less inclined to abruptly shut down their computers on Friday nights! (although this depends on various factors (operator pairing, reverse-proxy bandwidth, etc.)).
Does WUA support abrupt shutdowns (I think this must happen
Sincerely,
CR