Uninstalling kb5000808 with sccm

pozlu0 216 Reputation points
2021-03-17T19:31:04.583+00:00

hello,
I would like to uninstall the kb5000808 hotfix using Sccm .

I tried with a task sequence but il fail wit the error : Failed to run the last action: Rimozione KB5000808. Result 87. Execution of task sequence failed.

the command used is

C:\Windows\System32\wusa.exe /uninstall /kb:5000808 /quiet /norestart

Kind regards

78878-ts.png

Microsoft System Center | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. pozlu0 216 Reputation points
    2021-03-18T09:28:25.15+00:00

    Hello,
    I find the solution.
    It turns out that wusa /kb. with the /quiet option don't work anymore.
    To use the task sequence I copy the msu file to a share and change the TS accordingly

    C:\Windows\System32\wusa.exe /uninstall \Myserver\myshare\windows10.0-kb5000808-x64.msu /quiet /norestart

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.