管理者モードでPowershellを開きます
Get-GPO -All | ForEach-Object -Process {Get-GPOReport -GUID $_.ID -ReportType html -Path .\$($_.Displayname).html}
※ ログインのカレントディレクトリに保存
管理者モードでPowershellを開きます
Get-GPO -All | ForEach-Object -Process {Get-GPOReport -GUID $_.ID -ReportType html -Path .\$($_.Displayname).html}
※ ログインのカレントディレクトリに保存