Skip to content

Instantly share code, notes, and snippets.

@Saket-Upadhyay
Created May 27, 2022 14:54
Find Connected USB Serial Communication devices in Windows 10/11
$lptAndCom = '{4d36e978-e325–11ce-bfc1–08002be10318}'
get-wmiobject -Class win32_pnpentity | where ClassGuid -eq $lptAndCom | select name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment