I am working on to get usb entries in the registry using
Get-ItemProperty -Path $Path | select FriendlyName | Format-Table | Export-Csv c:\temp\usb1.csv -NoTypeInformation -append.
Using this command and save the result in csv gives me unrecognizable data.

Can anyone help me to get the info I need, TIA
