Stop ProcessForcefully - PPOSHGROUP/PPoShTools GitHub Wiki
PPoShTools -> Stop-ProcessForcefully.ps1
Kills process forcefully along with its children.
Stop-ProcessForcefully [-Process] <Object> [-KillTimeoutInSeconds] <Int32>
[<CommonParameters>]
Process object.
- PipelineInput: false
- Required: true
Time to wait for process before killing it.
- DefaultValue: 0
- PipelineInput: false
- Required: true
Stop-ProcessForcefully -Process $process