Created
June 28, 2024 09:03
-
-
Save johnpili/ba3a93cf9fe976991b890539214f5fb0 to your computer and use it in GitHub Desktop.
Powershell find process using port
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
Get-Process -Id (Get-NetTCPConnection -LocalPort 8080).OwningProcess |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment