A technician is troubleshooting an issue where a newly deployed User Configuration Group Policy Object (GPO) fails to apply to a user's session on a domain-joined Windows 11 workstation. Computer Configuration policies update without issue. The technician opens Command Prompt and needs to generate a summary RSoP (Resultant Set of Policy) report restricted specifically to the user context to verify applied GPOs and security group memberships. Which command should the technician execute?
- gpresult /scope user /rAnswer
- Bgpupdate /target:user /force
- Csecpol.msc
- Dgpresult /scope computer /v
Answer
The command 'gpresult /scope user /r' should be executed to display the summary Resultant Set of Policy report for the user context.
The command 'gpresult /scope user /r' is correct because 'gpresult' displays Resultant Set of Policy (RSoP) information. The '/scope user' switch limits output strictly to User Configuration policy settings, and the '/r' switch outputs a concise summary report directly within the Command Prompt interface.
Step-by-Step Solution
Key Concept
Using gpresult switches to inspect User Configuration Resultant Set of Policy (RSoP) data