Skip to content

Instantly share code, notes, and snippets.

@kmix
Last active February 17, 2022 22:59
Show Gist options
  • Select an option

  • Save kmix/cb124e2105591b356b05fc2e45828f41 to your computer and use it in GitHub Desktop.

Select an option

Save kmix/cb124e2105591b356b05fc2e45828f41 to your computer and use it in GitHub Desktop.
List Windows COM Ports
powershell -Command "Get-WMIObject Win32_PnPEntity | Select-Object -Property Caption | Where-Object {$_.Caption -like '*(COM*'}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment