Retrieve application, system, and mobile app crash logs.
To learn more about queries, check this guide
SELECT uid, datetime, responsible, exception_type, identifier, version, crash_path FROM users CROSS JOIN crashes USING (uid);
PowerShell commands are currently work in progress, contributions welcome.