What is the use of Get-Process command in PowerShell?


Get-Process is a PowerShell cmdlet which used to get all the instances of the running background processes in the windows terminal. Whichever processes are displayed in the Task Manager Processes tab, all their threads can be displayed in the PowerShell console through Get-Process command.

Updated on: 22-Jan-2020

513 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements