Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Remove MS updates via task sequence

  • Thread starter Thread starter Indy7
  • Start date Start date
  • Replies Replies 2
  • Views Views 1K

Indy7

Member
Messages
15
Reaction score
2
Points
3
Hello, I have been unsuccessful in removing a MS update from one of my lab (test) computers. I have followed the steps provided in: https://www.prajwaldesai.com/how-to-rollback-a-patch-using-configuration-manager/ and received a “failed” response on every attempt. Researching online I located this information; (https://arstechnica.com/civis/viewtopic.php?t=1217819) that suggests a different approach, the contributor states that the TS fails because the updates gets installed via a package through SCCM (paraphrase). Would you recommend this alternative solution or is there a better option?
Thank you
 
Hi Indy
You can do this Via TS or scripting
TS - use this command for creating TS
C:\Windows\System32\wusa.exe /uninstall /kb:4514505 /quiet /norestart
#change the KB number as per your need
 
That command should work. However you must test the command with the KB number on a machine before you deploy it on prod machines.
 
Back
Top