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 How to RollBack /Uninstall An Application Using SCCM 2012

  • Thread starter Thread starter syed sameer
  • Start date Start date
  • Replies Replies 9
  • Views Views 6K

syed sameer

Well-Known Member
Messages
144
Reaction score
2
Points
18
Dear Prajwal

I Had an issue while Uninstalling /RollBack An Application Using SCCM 2012

can you guide me how to uninstall or RollBack Any Application Using SCCM server From Client machines

and what about command line

see the attachment of applications for your understanding

it really boost my career if you guide me the process to uninstall an application
 

Attachments

  • Untitled.png
    Untitled.png
    140.3 KB · Views: 12
Which application are you referring to in the attachment ?. May i know what error are you facing when you try to uninstall app ?. If you can tell me the name of the app to uninstall, I can test the uninstall command in my lab setup and will let you know.
 
I selected ADSelfService Uninstall application ,and started to uninstall it through Task Sequence now I want to give a cmd line which I don't know how to do it

and guide me in this what are the steps to uninstall
 
If its an msi file, then the uninstall option should work.

msiexec /Option <Required Parameter> [Optional Parameter]

Install Options
</package | /i> <Product.msi>
Installs or configures a product
/a <Product.msi>
Administrative install - Installs a product on the network
/j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
Advertises a product - m to all users, u to current user
</uninstall | /x> <Product.msi | ProductCode>
Uninstalls the product
Display Options
/quiet - Quiet mode, no user interaction
/passive - Unattended mode - progress bar only
/q[n|b|r|f]
Sets user interface level
n - No UI
b - Basic UI
r - Reduced UI
f - Full UI (default)
/help
Help information

/uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode> Remove update(s) for a product
 
It is worked for patch roll back

But if I want to rollback Complete office product ex office 2013, will it works?
 
Hi Prajwal,

I have a query regarding uninstalling an application through SCCM. I found that when I am uninstalling an application through SCCM it reaches to client machine and got detected but however it stuck at "Pending removal" status.

Can you please assist me on this?
 
Not sure why people are still using Packages instead of Applications. It is very easy to uninstall when using Applications. Deploy Application - Select Uninstall instead of Install - Select Collection and Deploy.

To find the uninstall string - go to Regedit - Find the Application - Find the Uninstall String
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
 
Back
Top