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
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