TestimoX

API Reference

Command

Get-ADXGpoAnalysis

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoAnalysisReport

Builds a GPOZaurr-style GPOAnalysis report using native ADMX/ADML mapping.

Examples

Authored help example

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 optionalposition: namedpipeline: false
Optional PolicyDefinitions path (central store or local). Auto-resolved when not supplied.
Domain string optionalposition: namedpipeline: false
DNS domain name; defaults to the current domain when omitted.
IncludeEmptySections SwitchParameter optionalposition: namedpipeline: false
Include empty sections (sections with no matching settings).
Language string optionalposition: namedpipeline: false
ADML language (e.g., en-US) for policy display names. Auto when omitted.
Scope string optionalposition: namedpipeline: false
Policy scope to include: Both (default), Computer or User.
Section string optionalposition: namedpipeline: false
Optional wildcard to limit which sections are generated (e.g., Windows*).
SkipGppPasswords SwitchParameter optionalposition: namedpipeline: false
Skip scanning SYSVOL for Group Policy Preferences cpassword findings.
SkipPreferences SwitchParameter optionalposition: namedpipeline: false
Skip parsing Group Policy Preferences (GPP) items from SYSVOL.
SkipUnknown SwitchParameter optionalposition: namedpipeline: false
Skip emitting unmapped registry values.
SupportedOnly SwitchParameter optionalposition: namedpipeline: false
Return only policies supported on the current OS.

Outputs

ADPlayground.Gpo.GpoAnalysisReport