技術者は、最新のポリシー変更を受け取っていないワークステーションを調査しています。技術者は、最新のドメイン ポリシー変更を適用するために、次のコマンドのどれを使用する必要がありますか?
正解: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 /scannow
This command is used to scan and repair corrupted system files, not to update group policies.
Option B: gpupdate /force
This command forces the workstation to reapply all group policies, ensuring that the latest policies are applied immediately.
Option C: chkdsk /y
This command checks the integrity of the file system and fixes logical file system errors, not to update group policies.
Option D: xcopy /Zp
This command is used for copying files and directories, not for updating group policies.
Reference:
CompTIA A+ 220-1102 Objective 1.6 (Configure Microsoft Windows networking features on a client/desktop), particularly managing and applying group policies.