Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| windows_networking [2022/08/25 14:20] – mgupton | windows_networking [2023/10/09 22:47] (current) – mgupton | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== Handy Commands ====== | ====== Handy Commands ====== | ||
| - | ===Get host IP addresses=== | + | |
| + | ===== List Listening Ports ===== | ||
| + | <code powershell> | ||
| + | Get-NetTCPConnection -state listen | Select-Object -Property *, | ||
| + | </ | ||
| + | |||
| + | |||
| + | =====Get host IP addresses===== | ||
| Example of getting all IPv4 IP Addresses with Powershell | Example of getting all IPv4 IP Addresses with Powershell | ||
| <code powershell> | <code powershell> | ||