Use this command to view the effective policy of [[Group Policy]].
# Run a Group Policy Report
[gpresult | Microsoft Learn](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/gpresult)
```bash
gpresult /f /h c:\temp\reports.html
```
| Parameter | Description |
|---|---|
|`[/x \| /h] <filename>`|Saves the report in either XML (**/x**) or HTML (**/h**) format at the location and with the file name that is specified by the _filename_ parameter. Can't be used with **/u**, **/p**, **/r**, **/v**, or **/z**.|
| /f | Forces gpresult to overwrite the file name that is specified in the /x or /h option.