Created
May 27, 2022 14:54
Find Connected USB Serial Communication devices in Windows 10/11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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