API Reference
Command
Get-ADXGpoAnalysis
Builds a GPOZaurr-style GPOAnalysis report using native ADMX/ADML mapping.
Examples
Example 1
Get-ADXGpoAnalysis
Example 2
Get-ADXGpoAnalysis -Domain contoso.com -Scope Computer -SupportedOnly
Example 3
Get-ADXGpoAnalysis -Section 'Windows*' -SkipGppPasswords
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-ADXGpoAnalysis [-AdmxDirectory <string>] [-Domain <string>] [-IncludeEmptySections] [-Language <string>] [-Scope <string>] [-Section <string>] [-SkipGppPasswords] [-SkipPreferences] [-SkipUnknown] [-SupportedOnly] [<CommonParameters>]#Parameters
- AdmxDirectory string
- Optional PolicyDefinitions path (central store or local). Auto-resolved when not supplied.
- Domain string
- DNS domain name; defaults to the current domain when omitted.
- IncludeEmptySections SwitchParameter
- Include empty sections (sections with no matching settings).
- Language string
- ADML language (e.g., en-US) for policy display names. Auto when omitted.
- Scope string
- Policy scope to include: Both (default), Computer or User.
- Section string
- Optional wildcard to limit which sections are generated (e.g., Windows*).
- SkipGppPasswords SwitchParameter
- Skip scanning SYSVOL for Group Policy Preferences cpassword findings.
- SkipPreferences SwitchParameter
- Skip parsing Group Policy Preferences (GPP) items from SYSVOL.
- SkipUnknown SwitchParameter
- Skip emitting unmapped registry values.
- SupportedOnly SwitchParameter
- Return only policies supported on the current OS.
Outputs
ADPlayground.Gpo.GpoAnalysisReport