Page 1 of 1

WAPT 2.0 and Windows Update

Published: September 3, 2021 - 10:12 AM
by guigeek
Hello everyone,
I have a question from a functional point of view.
Is it possible to manage Windows updates via WAPT for only a portion of the network? I have several PCs for which I would prefer updates to be managed normally.
Thanks in advance,
Guillaume

Re: WAPT 2.0 and windows update

Published: September 23, 2021 - 12:16 PM
by guigeek
No one has a solution?
Too bad... :cry:

Re: WAPT 2.0 and windows update

Published: September 23, 2021 - 1:55 PM
by sfonteneau
Good morning


You just need to create two different configuration packages

https://www.wapt.fr/fr/doc/wapt-console ... wapt-agent

on the machines where Wapt will manage Windows updates

Code: Select all

[waptwua]
enabled = True
on machines where Wapt will not manage Windows updates:

Code: Select all

[waptwua]
enabled =False
When you generate your Wapt agent, however, you must select "do not change" in the WaptWua configuration

Re: WAPT 2.0 and windows update

Published: September 23, 2021 - 4:56 PM
by guigeek
Ah yes, I had thought of that, but I thought that by doing so, it would upgrade the package on all machines...
Right?
Thanks!