Difference between revisions of "Get-Process"

From wikieduonline
Jump to navigation Jump to search
(Created page with " Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess == See also == * <code>netstat -ab</code> * {{Powershell}}")
Tags: Mobile web edit, Mobile edit
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess
+
  [[Get-]]Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess
  
  
Line 7: Line 7:
 
== See also ==
 
== See also ==
 
* <code>[[netstat]] -ab</code>
 
* <code>[[netstat]] -ab</code>
* {{Powershell}}
+
* {{PowerShell}}
 +
* {{ps}}
 +
 
 +
[[Category:Computing]]

Latest revision as of 09:51, 16 October 2023

Advertising: