Skip to content

Instantly share code, notes, and snippets.

@acdcjunior
Created April 25, 2019 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdcjunior/999a57eebb51bd841f1f7aa02c095ce3 to your computer and use it in GitHub Desktop.
Save acdcjunior/999a57eebb51bd841f1f7aa02c095ce3 to your computer and use it in GitHub Desktop.
discover process at port.ps
Get-Process -Id (Get-NetTCPConnection -LocalPort 8290).OwningProcess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment