Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 2.0 » Get-Process

Get-Process - Powershell 2.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Get-Process

Short description
Gets the processes that are running on the local computer or a remote computer.

Syntax


Description
The Get-Process cmdlet gets the processes on a local or remote computer. 

Without parameters, Get-Process gets all of the processes on the local computer. You can also specify a particular 
process by process name or process ID (PID) or pass a process object through the pipeline to Get-Process.  

By default, Get-Process returns a process object that has detailed information about the process and supports metho
ds that let you start and stop the process. You can also use the parameters of Get-Process to get file version info
rmation for the program that runs in the process and to get the modules that the process loaded.