Brock Walters
List all table names in the schema of the currently installed version of osquery
To learn more about queries, check this guide
SELECT DISTINCT name FROM osquery_registry;
PowerShell commands are currently work in progress, contributions welcome.