Lists the currently enabled applications configured to handle mailto, http and ftp schemes.
To learn more about queries, check this guide
SELECT * FROM app_schemes WHERE (scheme='mailto' OR scheme='http' OR scheme='ftp') AND enabled='1';
PowerShell commands are currently work in progress, contributions welcome.