Was it helpful?

Question

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

PowerShellMicrosoft TechnologiesSoftware & Coding

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.

raja
Published on 22-Jan-2020 15:04:31
Advertisements
Was it helpful?
Not affiliated with Tutorialspoint
scroll top