mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Update description for query to get apple applications count (#3330)
This commit is contained in:
parent
64203a022a
commit
7d77579ead
@ -4,7 +4,7 @@ kind: query
|
||||
spec:
|
||||
name: Count Apple applications installed
|
||||
platforms: macOS
|
||||
description: Count the number of Apple applications installed on the machine.
|
||||
description: Get the total number of Apple applications installed on the host system.
|
||||
query: SELECT COUNT(*) FROM apps WHERE bundle_identifier LIKE 'com.apple.%';
|
||||
purpose: Informational
|
||||
contributors: mike-j-thomas,noahtalerman,mikermcneil
|
||||
|
Loading…
Reference in New Issue
Block a user