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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
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.
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.
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.
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
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.