InstalledSoftwareFilePathExemption Table

InstalledSoftwareFilePathExemption lists all licenses, devices, titles and installs with file exemptions

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for InstalledSoftwareFilePathExemption table

Database Column

Details

ComplianceComputerID

Type: integer. Key

The ComplianceComputerID linked to this installed software record with a file exemption.

SoftwareTitleID

Type: integer. Key

The application title that has evidence exempted by file path. Foreign key to the SoftwareTitle table.

SoftwareLicenseID

Type: integer. Key

The link to the license this file path exemption applies to. Foreign key to the SoftwareLicense table.

InstalledSoftwareID

Type: integer. Key

The installed software title that is exempted by file path. Foreign key to the InstalledSoftware table