A helpdesk technician is troubleshooting user permission and account restrictions on a Windows 11 workstation following an Active Directory domain policy modification. The technician needs to view a summary report of the Resultant Set of Policy (RSoP) directly within the command prompt to verify which specific Group Policy Objects (GPOs) and security groups are active for the currently logged-in user. Which of the following commands should the technician execute?
- gpresult /rAnswer
- Bgpupdate /force
- Crsop.msc
- Did -a
Answer
The command `gpresult /r` is the correct utility to display Resultant Set of Policy (RSoP) summary information in the Windows command prompt.
The `gpresult /r` command queries the Resultant Set of Policy (RSoP) engine and prints a summary report in the command prompt. This output details the specific Group Policy Objects (GPOs) applied to both the user and computer, as well as the user's security group memberships.
Step-by-Step Solution
Key Concept
Windows Command-Line Policy Auditing (gpresult)