Guest User

Untitled

a guest
Oct 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Get-CimInstance Win32_PnPEntity -Filter "Description = 'USB Input Device'" | Invoke-CimMethod -MethodName GetDeviceProperties -Arguments @{ devicePropertyKeys = @("DEVPKEY_Device_BusReportedDeviceDesc") } | Select -ExpandProperty deviceProperties
Add Comment
Please, Sign In to add comment