UsbConnectedStorageDevices collector

Prev Next

Find which users have used USB mass storage devices on managed devices. This collector gets details about last usage and device details.

Collector output

Field

Type

Description

vendor_id

String

Device's vendor ID.

product_id

String

Device's product ID.

serial_number

String

Device's serial number.

device_type

String

Only "USB storage" type is supported.

guid

String

ID provided by operating system (Windows only).

last_connection_time

Timestamp

Last time the device was plugged (Windows only).

user_name

String

User that mounted the device. If no user was logged in when device was mounted, then the field will be empty (Windows only).

last_time_used_by_user

Timestamp

Last time the operating system touched the device.



Supported versions

Windows

Linux

macOS

3.0 and later

3.0 and later

3.0 and later



Example: Show all USB storage devices that were connected to computers with running Windows
UsbConnectedStorageDevices where HostInfo os contains "win"


Example: Show all USB storage devices that were connected to computers with running Windows
UsbConnectedStorageDevices where HostInfo os contains "win"