Windows 10 (legacy) — Question 121
Your network contains an Active Directory domain. The domain contains 1,000 computers that run Windows 10.
You configure Microsoft Edge settings by using domain and local Group Policy Objects (GPOs).
You need to generate a report that contains all the Microsoft Edge policy settings applied to a computer.
What should you do?
Answer options
- A. From PowerShell, run the Get-GPO cmdlet.
- B. From the Start menu, select Group Policy Object Editor.
- C. From a command prompt, run scanstate and specify the /genconfig parameter.
- D. From a command prompt, run gpresult and specify the /H parameter.
Correct answer: D
Explanation
The correct answer is D because running 'gpresult /H' will generate an HTML report that displays all Group Policy settings applied to the computer, including Microsoft Edge policies. Option A is incorrect as Get-GPO retrieves information about GPOs, not the applied settings on a computer. Option B does not generate a report; it merely opens the editor. Option C is unrelated as scanstate is used for capturing state data, not for reporting GPO settings.