A systems administrator recently updated local Group Policy settings on a Windows 11 workstation. The administrator needs to enforce these policy changes immediately without restarting the system, and then output a resultant set of policy (RSoP) summary directly to the command prompt to verify which policies were applied to the current user and computer. Which TWO commands should the administrator execute? (Select TWO.)
- gpupdate /forceCevap
- gpresult /rCevap
- Csecpol /refresh
- Dsfc /gpupdate
Cevap
The administrator should execute 'gpupdate /force' to immediately refresh local and domain Group Policy settings, and 'gpresult /r' to output the Resultant Set of Policy summary to the terminal window.
The command 'gpupdate /force' forces an immediate update of all Group Policy settings regardless of whether they have changed. The command 'gpresult /r' displays summary information about the Resultant Set of Policy (RSoP) for both user and computer configurations directly within the command prompt window.
Adım Adım Çözüm
Anahtar Kavram
Group Policy Command-Line Management (gpupdate and gpresult)