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 August 26, 2022 23:01
List connected USB devices with powershell
gwmi Win32_USBControllerDevice |%{[wmi]($_.Dependent)} | Sort Manufacturer,Description,DeviceID | Ft -GroupBy Manufacturer Description,Service,DeviceID