Articles → POWERSHELL → Get-Process In Powershell
Get-Process In Powershell
Purpose
Syntax
Get-Process # this command will return list of all processes.
Or
Get-Process(process_name)
Or
Get-Process(ProcessId)
Example
Click to Enlarge
Posted By - | Karan Gupta |
|
Posted On - | Monday, June 10, 2019 |