baran 0 Posted December 2, 2020 Share Posted December 2, 2020 How can I send and install Microsoft updates with a management console for clients? Link to comment Share on other sites More sharing options...
Administrators Marcos 4,841 Posted December 2, 2020 Administrators Share 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. Link to comment Share on other sites More sharing options...
av-user 0 Posted December 2, 2020 Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts