Update description for query to get apple applications count (#3330)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user