forked from mmistakes/minimal-mistakes
-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2011/02/how-to-find-running-processes-and-their #278
Comments
Doesnt work with PowerShell 7.x What is Select-String-Pattern? |
Few spaces missing, such as "Select-String -Pattern", "New-Object PSObject", "Get-Process -Id" and "Select-Object -Property" but other than that great wee script, gives me exactly what I need. |
Working script with spaces removed:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PowerShell - How to find running processes and their port number - LazyWinAdmin
The netstat command line utility displays protocol statistics and current TCP/IP network connections. If we want to display the associated process identifier (PID) of each process we add the -o parameter.
https://lazywinadmin.github.io/2011/02/how-to-find-running-processes-and-their.html
The text was updated successfully, but these errors were encountered: