
arp command in Windows: reading the ARP cache and finding duplicate IPs
Before a Windows machine can put a packet on the wire for a host on its own subnet, it needs that host’s…
Network and DNS troubleshooting on Windows: ipconfig, netstat, route, tracert, nslookup and the PowerShell network cmdlets.

Before a Windows machine can put a packet on the wire for a host on its own subnet, it needs that host’s…

Every packet that leaves a Windows machine is matched against the local IP routing table before anything touches the wire. The table…

tracert maps the routers a packet passes through on the way to a destination, and pathping takes that same hop list and…

Test-NetConnection is the built-in PowerShell cmdlet that answers the three questions a sysadmin asks when something on the network stops working: can…

net use maps a network share to a drive letter, lists what is already mapped, and disconnects it again. That part takes…

netsh (Network Shell) is a command-line scripting utility built into Windows that lets you configure and inspect virtually every aspect of networking…

Network scanning on Windows usually means installing something or switching to Linux. nmap breaks that assumption — it runs natively on Windows,…

Every Windows administrator knows ipconfig It is usually the first command run when something on the network stops working. But ipconfig…

Checking whether a port is open — on the local machine or on a remote server — comes up in almost every…

When a port is unreachable, a service is not responding, or something is holding a connection open, netstat is the first command…