mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Create get-installed-safari-extensions.md (#537)
Add Get installed safari extensions query to handbook.
This commit is contained in:
parent
52bb748078
commit
a045794cd9
1 changed files with 16 additions and 0 deletions
16
handbook/queries/get-installed-safari-extensions.md
Normal file
16
handbook/queries/get-installed-safari-extensions.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Get installed Safari Extensions
|
||||
|
||||
Retreives the list of installed Safari Extensions for all users in the target system.
|
||||
|
||||
### Support
|
||||
macOS
|
||||
|
||||
### Query
|
||||
```sql
|
||||
SELECT safari_extensions.* FROM users join safari_extensions USING (uid);
|
||||
```
|
||||
### Purpose
|
||||
Informational
|
||||
|
||||
### Remediation
|
||||
N/A
|
||||
Loading…
Reference in a new issue