mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
parent
0e0cc44f36
commit
8e1742805a
2 changed files with 17 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ Fleet's standard query library includes a growing collection of useful queries f
|
|||
- [Get authorized keys](./get-authorized-keys.md) (macOS, Linux)
|
||||
- [Get OS version](./get-os-version.md) (macOS, Linux, Windows, FreeBSD)
|
||||
- [Get mounts](./get-mounts.md) (macOS, Linux)
|
||||
- [Get startup items](./get-startup-items.md) (macOS, Linux, Windows, FreeBSD)
|
||||
|
||||
### Contributors
|
||||
|
||||
|
|
|
|||
16
handbook/queries/get-startup-items.md
Normal file
16
handbook/queries/get-startup-items.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Get startup items
|
||||
|
||||
Shows applications and binaries set as user/login startup items.
|
||||
|
||||
### Support
|
||||
macOS, Linux, Windows, FreeBSD
|
||||
|
||||
### Query
|
||||
```sql
|
||||
SELECT * FROM startup_items;
|
||||
```
|
||||
### Purpose
|
||||
Informational
|
||||
|
||||
### Remediation
|
||||
N/A
|
||||
Loading…
Reference in a new issue