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

Adding Accesspolicy to KeyVault for Service Principal Using Portal and Powershell

  Scripts path : https://drive.google.com/drive/folders/1sbBpnVFgXhUIXLdf2E9heyWDeU2f9427?usp=sharing  Adding Accesspolicy to KeyVault for S...