Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 288 Bytes

File metadata and controls

8 lines (6 loc) · 288 Bytes

Alias

Reference

function find_process_by_port([int]$port){ netstat -ano | findStr "$port"}
Set-Alias -Name get_process_by_port -Value find_process_by_port