Hi Community.
Currently, I’m trying to use Patch Management to deliver updates for Win10 machines.
We plan to block Client from accessing the “Internet” except connection to a BigFix Server.
I went through most of the Win10 released patches and see that 99% of them contains the following line:
// Is Windows Update service running?
continue if {exists running service “wuauserv” OR NOT exists service “wuauserv” whose (start type of it = “disabled”)}
Basically, it means that Windows Server Update System still need to be enabled for Client machines.
Question:
What is the best practice to configure WSUS so we have service “wuauserv” running but not performing any actions such as scanning, trying to download and install patches.
As far as I understand, we need just service “wuauserv” running and nothing else?
Best regards,
Anton.