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

17 lines
211 B
Markdown

# Get laptops with failing batteries
### Platforms
macOS
### Query
```sql
SELECT * FROM battery WHERE health != 'Good' AND condition NOT IN ('', 'Normal');
```
### Purpose
Informational
### Remediation
N/A