Export all GPO in HTML report

Get-GPO all, Export all gpos from a specified domain, export gpo using powershell

 


Get-GPOReport -All -Domain "abc.com" -ReportType html -Path "C:\Temp\GPOReportsAll.html"

Join the conversation