Windows Programs

Retrieves the list of products as they are installed by Windows Installer in the target Windows system.:

Query

select * from programs;

Additional Query Info

  • Version: 2.0.0
  • Platform: windows
  • Interval: 86400

JSON

{
  "queries": {
    "Windows Programs": {
      "query": "select * from programs;",
      "interval": "86400",
      "platform": "windows",
      "version": "2.0.0",
      "description": "Retrieves the list of products as they are installed by Windows Installer in the target Windows system.",
      "value": ""
    }
  }
}