A systems administrator is troubleshooting a Windows 11 Enterprise workstation experiencing unauthorized network activity and local policy application discrepancies. The administrator opens an elevated Command Prompt and must perform two specific tasks: first, display all active TCP/UDP connections along with listening ports and their associated numerical Process IDs (PIDs); second, generate and display a summary of the Resultant Set of Policy (RSoP) data directly in the console output. Which TWO of the following commands should the administrator execute?
- netstat -anoAnswer
- gpresult /rAnswer
- Clsof -i
- Drsop.msc
Answer
The administrator should execute 'netstat -ano' to list active network connections with Process IDs and 'gpresult /r' to display the Resultant Set of Policy summary in the console.
The command 'netstat -ano' accurately displays active network connections, listening ports, and associated process IDs numerically. The command 'gpresult /r' generates a comprehensive summary of applied Group Policy settings directly within the command-line interface.
Step-by-Step Solution
Key Concept
Windows Command-Line Network and Group Policy Diagnostics