A technician is investigating a workstation that has not received the latest policy changes. Which of the following commands should the technician use to apply the latest domain policy changes?
Correct Answer: B
When a workstation has not received the latest policy changes, the gpupdate command is used to manually apply the latest group policies from the domain controller.
* Option A: sfc /scannowThis command is used to scan and repair corrupted system files, not to update group policies.
* Option B: gpupdate /forceThis command forces the workstation to reapply all group policies, ensuring that the latest policies are applied immediately.
* Option C: chkdsk /yThis command checks the integrity of the file system and fixes logical file system errors, not to update group policies.
* Option D: xcopy /ZpThis command is used for copying files and directories, not for updating group policies.
References:
CompTIA A+ 220-1102 Objective 1.6 (Configure Microsoft Windows networking features on a client
/desktop), particularly managing and applying group policies.