Рет қаралды 11
How to Identify USB device ID using PowerShell for hardware controlling & Usage
• How to Identify USB de...
Get-PnpDevice | Where-Object { $_.Class -eq 'USB' }
Get-PnpDevice -Class USB | Select-Object -Property FriendlyName, InstanceId, Status