fleet/handbook/queries/get-laptops-with-failing-batteries.md
noahtalerman 650db555fd
Add 6 queries to the handbook (#459)
This PR includes 6 potentially useful queries.
2021-03-12 12:34:26 -08:00

211 B

Get laptops with failing batteries

Platforms

macOS

Query

SELECT * FROM battery WHERE health != 'Good' AND condition NOT IN ('', 'Normal');

Purpose

Informational

Remediation

N/A