100-140 Question 144
Select 3You are an IT support technician troubleshooting a Windows client system that is not applying the latest Group Policy settings. You suspect a delay in the policy update. Which command(s) can you use to force an immediate update of Group Policy settings on the client system?
- A
gpupdate
- B
gpupdate /force
- C
gpresult /r
- D
adgpupdate
- E
gpupdate /sync
Show answer and explanation
Correct answers: A, B, E
Explanation
Group Policy updates can be forced using the 'gpupdate' command, either with or without additional flags like '/force' or '/sync' depending on the scenario. The '/force' flag ensures all settings are reapplied, even if unchanged, while '/sync' ensures the update is processed synchronously. Commands like 'gpresult /r' are useful for diagnostics but do not trigger policy updates, and 'adgpupdate' is not a valid command.
- A. Correct.
Correct. The 'gpupdate' command updates Group Policy settings immediately on the client system.
- B. Correct.
Correct. The 'gpupdate /force' command forces the reapplication of all Group Policy settings, even if there have been no changes.
- C. Incorrect.
Incorrect. The 'gpresult /r' command is used to display the resultant set of policies applied to the user or computer, but it does not update Group Policy settings.
- D. Incorrect.
Incorrect. 'adgpupdate' is not a valid command. It is likely a typo or misunderstanding.
- E. Correct.
Correct. The 'gpupdate /sync' command ensures synchronous processing of the next Group Policy update, which is useful for critical configuration changes.