Close Menu
    Facebook X (Twitter) Instagram
    Monday, May 19
    X (Twitter) LinkedIn
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»CM2012»SCCM Report UnInstallation String for application with Count

    SCCM Report UnInstallation String for application with Count

    Eswar KonetiBy Eswar KonetiDecember 24, 9:02 pm1 Min Read CM2012 8,635 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Various methods to get the Uninstallation String for particular application.You can go with MOF changes to get uninstall string from registry(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall ) using Mark regkeytomof or You can use BDNA Normalize.

    Now aDays ,most of the organizations are converting Applications to MSI with more customizations with unattended installation  except some applications which has msi inbuild with EXE file using Packaging Tools. More info about Packaging stuff,you can get from ttp://www.itninja.com/

    You can uninstall particular application if you have MSI ID or product ID using simple Command msiexec /x {ProductID} .

    If you have used MSI based application to install on the computer,this information is tracked in SCCM (ProdID is enabled in MOF file by default).

    This report talks about specific application and its MSI product ID with count of machines installed on.

    select distinct DisplayName0,'msiexec /x '+ProdID0,COUNT(*) as 'Total'  from v_ADD_REMOVE_PROGRAMS where DisplayName0 =@Appname
    group by DisplayName0,ProdID0

    Prompt:

    select distinct DisplayName0, Version0

    I have added MSIEXEC /X to the existing product ID to save excel time 😉

    If you want to list all adobe products,replace DisplayName0 =@Appname with DisplayName0 like ‘%Adobe%’

    Note: Please don't forget to change the quotes as they are fancy.

    configuration Manager Count of applications with Uninstall String report SCCM 2007 SCCM 2012 sccm report Uninstall String
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    Monitoring Endpoint Security Applications with SCCM ConfigMgr SQL

    October 11, 8:48 pm

    Troubleshooting Windows KMS Activation Issues with SCCM scripts feature

    September 09, 11:07 pm

    Addressing SCCM Software Update Deployment Challenges with PowerShell – Remote install

    October 23, 10:23 am

    4 Comments

    1. Vahid Hezareh on December 11, 2020 3:26 PM

      Thanks , it works for me

      Reply
    2. kavin on April 16, 2014 2:44 PM

      Sorry for the above link for screenshot: pls find the screenshot in the below link

      https://mnkavin.blogspot.com/b/post-preview?token=a6OFa0UBAAA.MirNPwvuyTmn4rc_Qj-8_A.VCCMtMH2RJPRgPRf95ixow&postId=4080599547042199540&type=POST

      Reply
      • Eswar Koneti on April 20, 2014 1:18 PM

        cannot see the image.something went wrong.

        Reply
    3. kavin on April 16, 2014 2:33 PM

      Hi i try to use the above sql queries but im getting Error with out any Massage "Only Window"

      select distinct DisplayName0,'msiexec /x' +ProdID0,COUNT(*) as 'Total' from v_ADD_REMOVE_PROGRAMS where DisplayName0 =@Appname
      group by DisplayName0,ProdID0

      i have replaced the fancy quotes. Please look in to the Screenshot below

      https://drive.google.com/file/d/0B36mqRWoDg_GTlRxaXEyTTR0bTg/edit?usp=sharing

      Reply

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2024 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.