📘

Check Open Ports

Knowledge base article

Use local and remote methods to validate listening services and firewall behavior.

Quick Command / Path

netstat -ano
Get-NetTCPConnection
ss -tulnp

Checklist

  1. Confirm the symptom and scope.
  2. Collect current configuration and outputs.
  3. Apply the minimal fix.
  4. Re-test from the client and from a second network if relevant.