Monday, October 21, 2013

How many cmdlets are available for working with processes?

How many cmdlets are available for working with processes?

Name                              Category  Module                    Synopsis                                       
----                              --------  ------                    --------                                       
Debug-Process                     Cmdlet    Microsoft.PowerShell.M... Debugs one or more processes running on the ...
Get-Process                       Cmdlet    Microsoft.PowerShell.M... Gets the processes that are running on the l...
Start-Process                     Cmdlet    Microsoft.PowerShell.M... Starts one or more processes on the local co...
Stop-Process                      Cmdlet    Microsoft.PowerShell.M... Stops one or more running processes.           
Wait-Process                      Cmdlet    Microsoft.PowerShell.M... Waits for the processes to be stopped before...


Get-command –noun process
Or
Help *Process

Featured Posts

Day 2: Waiting, Hoping… and Getting Frustrated

​ Thursday morning, the last week of April 2026. I walked back into the gym at exactly the same time — 9:00 AM. There’s something about ro...