Wyświetl internetowe połączenia TCP
tty1 · powershell
PS> Get-NetTCPConnection -AppliedSetting Internet
#Powershell#BlueTeam#ThreatHunting
Get-NetTCPConnection pozwala wygodnie wyświetlać informacje o połączeniach. Kilka dodatkowych przykładów, które warto sobie przećwiczyć:
Get-NetTCPConnection
Get-NetTCPConnection -State Established
Get-NetTCPConnection -RemotePort 443
Get-NetTcpConnection -OwningProcess <id_procesu>
Get-NetTCPConnection | select * | ogv