mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
871ba3940d
- Add "Count apple applications" to query handbook - Add supported platforms to query index in `/handbook/queries` README
16 lines
210 B
Markdown
16 lines
210 B
Markdown
# Get USB devices
|
|
|
|
Shows all USB devices that are actively plugged into the host system.
|
|
|
|
### Support
|
|
macOS, Linux
|
|
|
|
### Query
|
|
```sql
|
|
SELECT * FROM usb_devices;
|
|
```
|
|
### Purpose
|
|
Informational
|
|
|
|
### Remediation
|
|
N/A |