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

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: 2020-01-22T10:34:31+05:30

694 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements