baran 0 Posted December 2, 2020 Posted December 2, 2020 How can I send and install Microsoft updates with a management console for clients?
Administrators Marcos 5,466 Posted December 2, 2020 Administrators Posted December 2, 2020 If the updates support installation without user interaction, use the command that you would normally run on clients to install the updates unattended with the Run command task.
av-user 0 Posted December 2, 2020 Posted December 2, 2020 wusa.exe "\\path-to-file\KB4490628.msu" /quiet /norestart wusa.exe "\\path-to-file\KB4474419.msu" /quiet /norestart wusa.exe "\\path-to-file\KB3004394.msu" /quiet /norestart something like this as "Run command" task
Recommended Posts