Issues with Patch removal process with MEMCM

Milton Dorrielan 136 Reputation points
2020-10-15T14:49:48.46+00:00

I am having issues with removing a patch via MEMCM with Custom Task Sequence and run command line process, Eventually with running command line, I utilize the syntax, C:\Windows\System32\wusa.exe /uninstall /kb:(kb number) /norestart.

What I'm noticing is the computer I'm deploying Task Sequence to does receive the Task Sequence request and attempts to do process with run command line, but it stays at run command line process on computer.

From what I am explaining, Is there any corrections that can be made overall from what I am providing?

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

Accepted answer
  1. Jason Sandys 31,411 Reputation points Microsoft Employee Moderator
    2020-10-15T21:25:50.17+00:00

    No pic. As noted though, it's just a text file so paste the relevant text.

    As for a better process, as @ESWARARAJU KONETI called out, use a program with an empty package, i.e., no source files specified.

    0 comments No comments

8 additional answers

Sort by: Most helpful
  1. Milton Dorrielan 136 Reputation points
    2020-10-15T21:35:17.543+00:00

    32588-smsts-from-patching-removal-attempt-third-picmd.png

    Ok, related to program with an empty package, i.e., no source files specified. Provided another attempt of screenshot from smsts log from machine with attempted Task sequence and run command line process.

    0 comments No comments

  2. Simon Ren-MSFT 40,346 Reputation points Microsoft External Staff
    2020-10-16T05:59:13.867+00:00

    Hi,

    Thanks for posting in Microsoft MECM Q&A forum.

    Please test the command line manually before you create it using SCCM package or task sequence.

    Here is a guide for your reference: UNINSTALL WINDOWS UPDATE USING SCCM

    Thanks for your time.

    Best regards,
    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. ESWARARAJU KONETI 2,206 Reputation points MVP Volunteer Moderator
    2020-12-14T15:25:03.403+00:00

    Did you try to create a package with empty source files and use the command something like below and deploy it?

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

    https://support.microsoft.com/en-sg/help/934307/description-of-the-windows-update-standalone-installer-in-windows

    Try this command manually on the device to test and take make it to ConfigMgr.

    Regards,
    Eswar
    www.eskonr.com
    If the response is helpful, please click "Accept Answer" and upvote it.


  4. Milton Dorrielan 136 Reputation points
    2020-12-15T19:12:17.647+00:00

    48288-image.png


Your answer

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