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? Quote Link to post Share on other sites
Administrators Marcos 3,573 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. Quote Link to post Share on other sites
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 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.