mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
650db555fd
This PR includes 6 potentially useful queries.
211 B
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