fleet/handbook/queries/count-apple-applications-installed.md
Mike Thomas 871ba3940d
Add count-apple-applications to query handbook (#653)
- Add "Count apple applications" to query handbook
- Add supported platforms to query index in `/handbook/queries` README
2021-04-16 16:50:20 -07:00

267 B

Count Apple applications installed

Count the number of Apple applications installed on the machine.

Support

macOS

Query

SELECT
  COUNT(*)
FROM
  apps
WHERE
  bundle_identifier LIKE 'com.apple.%';

Purpose

Informational

Remediation

N/A