Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 700 Bytes

Invoke-FuzzyKillProcess.md

File metadata and controls

43 lines (30 loc) · 700 Bytes
external help file schema
PSFzf.psm1-help.xml
2.0.0

Invoke-FuzzyKillProcess

SYNOPSIS

Runs Stop-Process on processes selected by the user in fzf.

SYNTAX

Invoke-FuzzyKillProcess

DESCRIPTION

Runs Stop-Process on all processes selected by the the user in fzf.

EXAMPLES

Launch Invoke-FuzzyKillProcess

Launches fzf and stops the selected processes.

Invoke-FuzzyKillProcess

PARAMETERS

CommonParameters

This cmdlet does not support common parameters.

INPUTS

None

This cmdlet does not accept any input.

OUTPUTS

None

This cmdlet does not generate any output.

NOTES

RELATED LINKS