Command Detail - K
kill
stop-process# find the process
get-process | select id, ProcessName | where {$_.processname -like 'iex*'}
# kill the process
stop-process 5240get-alias k*
CommandType Name
----------- ----
Alias kill -> Stop-ProcessLast updated