Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Connections to Remote Servers

$
0
0

Summary: Use Windows PowerShell to find connections to remote servers.

Hey, Scripting Guy! Question How can I use Windows PowerShell while I am troubleshooting my computer to find what
          connections are made to remote servers via port 80?

Hey, Scripting Guy! Answer Use the Get-NetTCPConnection command, specify the remote port of 80, and select the remote addresses:

Get-NetTCPConnection -RemotePort 80 | SELECT RemoteAddress


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>