Skip to content

Commit 8d87d8d

Browse files
authored
Correct export path in example
The example is to create an HTML report, but the path of the report had the extension .xml. For an HTML report, this should be HTML
1 parent 9db9b46 commit 8d87d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/grouppolicy/Get-GPResultantSetOfPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ and is written to the specified file.
7373
```powershell
7474
@params = @{
7575
ReportType = 'HTML'
76-
Path = 'c:\reports\UserReport.xml'
76+
Path = 'c:\reports\UserReport.html'
7777
User = 'Contoso\PattiFul'
7878
}
7979
Get-GPResultantSetOfPolicy @params

0 commit comments

Comments
 (0)