Skip to content

Commit d5bb15e

Browse files
authored
Merge pull request MicrosoftDocs#3541 from outorted/patch-1
Correct export path in example
2 parents 3aa5b64 + 7625a7e commit d5bb15e

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)