get-wmiobject -class "Win32_PnPEntity" -namespace "root\CIMV2" -computername "." | where {$_.deviceid.substring(0,3) -eq "USB"} | foreach {$_.Caption}