100-140 Question 142
Single answerA user reports that a recent Group Policy update applied by the IT team is not reflecting on their system. As a support technician, you need to force the Group Policy update immediately on their Windows 10 computer. Which command should you use?
- A
Gpupdate /force
- B
Gpupdate /sync
- C
Adgpupdate /force
- D
Gpresult /r
Show answer and explanation
Correct answer: A
Explanation
The gpupdate tool is used to refresh Group Policy on Windows systems. Using 'gpupdate /force' ensures that all policy settings, including any that have not changed, are reapplied immediately. This is the appropriate command to address the user's issue and ensure the Group Policy changes are reflected on their system.
- A. Correct.
Gpupdate /force is the correct command to force a Group Policy update on a Windows system. It ensures that both computer and user policies are refreshed immediately.
- B. Incorrect.
Gpupdate /sync is not a valid command. While it may seem like it could synchronize Group Policy, it does not exist as an option in the gpupdate tool.
- C. Incorrect.
Adgpupdate /force is incorrect because 'adgpupdate' is not a recognized command. The correct tool is 'gpupdate'.
- D. Incorrect.
Gpresult /r is used to display the Resultant Set of Policy (RSoP) information for a user or computer, not to update or refresh Group Policy.