Lists all laptops with under-performing or failing batteries.
To learn more about queries, check this guide
SELECT * FROM battery WHERE health != 'Good' AND condition NOT IN ('', 'Normal');
PowerShell commands are currently work in progress, contributions welcome.