Skip to content

Instantly share code, notes, and snippets.

View johnmorgan302's full-sized avatar

John Morgan johnmorgan302

View GitHub Profile
@thebentern
thebentern / list-usb-devices.ps1
Last active February 27, 2025 13:01
List connected USB devices with powershell
gwmi Win32_USBControllerDevice |%{[wmi]($_.Dependent)} | Sort Manufacturer,Description,DeviceID | Ft -GroupBy Manufacturer Description,Service,DeviceID