Windows 11 Open Ports – Extended & Complete
Get-NetTCPConnection -State Listen | Format-Table LocalAddress,LocalPort,OwningProcess -AutoSize Then correlate OwningProcess with process:
Vyacheslav Gapon – personal blog, manuals, articles, notes, development
Get-NetTCPConnection -State Listen | Format-Table LocalAddress,LocalPort,OwningProcess -AutoSize Then correlate OwningProcess with process: