mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
871ba3940d
- Add "Count apple applications" to query handbook - Add supported platforms to query index in `/handbook/queries` README
267 B
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