Zach Wasserman
Retrieves the list of installed Safari Extensions for all users in the target system.
To learn more about queries, check this guide
SELECT safari_extensions.* FROM users join safari_extensions USING (uid);
PowerShell commands are currently work in progress, contributions welcome.