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.
17 lines
211 B
Markdown
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 |