Find expensive automations
findExpensiveAutomationsAudit Jamf policies, scripts, and extension attributes for expensive commands that drain battery, and identify which policies run them and how often.
Instructions
Audit Jamf scripts, computer extension attributes and policies for commands that burn CPU or battery when run repeatedly (du, find /, mdfind, system_profiler and similar), and report which policies run them and how often. Extension attributes are called out separately because they execute at EVERY inventory collection. Answers "what is cooking this laptop's battery". Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concurrency | No | Parallel detail requests. Defaults to 6. | |
| maxItemsPerKind | No | Cap detail fetches per kind (scripts / EAs / policies). Defaults to 500. | |
| includeDisabledPolicies | No | Include policies that are disabled. Defaults to false. |