Presence of authorized SSH keys may be unusual on laptops. Could be completely normal on servers, but may be worth auditing for unusual keys and/or changes.
To learn more about queries, check this guide
SELECT username, authorized_keys. * FROM users CROSS JOIN authorized_keys USING (uid);
PowerShell commands are currently work in progress, contributions welcome.