A tier 2 helpdesk technician is investigating a suspicious outbound network connection originating from a Windows 11 workstation. The technician needs to identify the exact Process Identifier (PID) associated with the active network connections directly from the command prompt. Which command and switch combination should the technician execute?
- netstat -oCevap
- Bnetstat -r
- Clsof -i
- Dtaskmgr.exe /net
Cevap
The command 'netstat -o' displays active network connections along with their corresponding Process IDs (PIDs).
The 'netstat -o' command displays active TCP connections and includes the PID associated with each connection, allowing the administrator to trace network traffic directly to specific software processes.
Adım Adım Çözüm
Anahtar Kavram
Windows CLI Network Troubleshooting Utilities (netstat parameters)