Query Exchange

 View Only
Expand all | Collapse all

All Programs from Windows Installer

  • 1.  All Programs from Windows Installer

    Posted May 14, 2019 04:17 PM

    Description: Retrieves a list of all programs installed by the Windows installer.

    What The Data Shows: Curious if someone’s installed X program? Show any rogue programs running in the environment.

    SQL: 

    SELECT name,version,install_location,install_date
    FROM programs
    WHERE name !="""";

     

     


    #ITHygiene
    #Windows
    #IncidentResponse
    #VulnerabilityManagement
    #HelpDeskOperations
    #CarbonBlack


  • 2.  RE: All Programs from Windows Installer

    Posted May 14, 2019 04:17 PM