.. / Get-GPOReport

Generates a report either in XML or HTML format for a specified GPO or for all GPOs in a domain


Functions:
Type:
Toolsets:

Domain

Get report in HTML

Get-GPOReport -All -Domain ad.bitsadmin.com -Server DC1.ad.bitsadmin.com -ReportType Html -Path "$pwd\domain.html"
Usecase
Information on group policies

Comments
PowerShell Module: GroupPolicy

Get report in XML

Get-GPOReport -All -Domain ad.bitsadmin.com -Server DC1.ad.bitsadmin.com -ReportType Xml -Path "$pwd\domain.xml"
Usecase
Information on group policies

Comments
PowerShell Module: GroupPolicy

TODO

Get-GPOReport

Comments
PowerShell Module: GroupPolicy




Updated: 2023-07-01
Contributor: Arris Huijgen (bitsadmin)