技術者は、最新のポリシー変更を受け取っていないワークステーションを調査しています。技術者は、最新のドメイン ポリシー変更を適用するために、次のコマンドのどれを使用する必要がありますか?
正解: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.