TestimoX

API Reference

Command

Get-ADXGpoSummary

Namespace ADPlayground.PowerShell

Returns a compact summary per GPO combining ADMX settings counts and non‑ADMX sections (WFAS, LAPS, DNS, Windows Update, Cert Stores).

Examples

Authored help example

Example 1: Rank GPOs by the number of computer-side settings


Get-ADXGpoSummary -Domain 'contoso.com' | Sort-Object ComputerSettings -Descending | Format-Table -AutoSize
        

Example 2: Use a specific PolicyDefinitions store for display names


Get-ADXGpoSummary -Domain 'contoso.com' -AdmxDirectory '\\contoso.com\SYSVOL\contoso.com\Policies\PolicyDefinitions' -Language 'en-US'
        

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-ADXGpoSummary [-AdmxDirectory <string>] [-Domain <string>] [-Language <string>] [<CommonParameters>]
#

Parameters

AdmxDirectory string optionalposition: namedpipeline: false
Optional PolicyDefinitions path (central store or local). Auto‑detected when not supplied.
Domain string optionalposition: namedpipeline: false
DNS domain hosting the GPOs. Defaults to the current domain when omitted.
Language string optionalposition: namedpipeline: false
ADML language (e.g., en-US) for policy display names. Auto when omitted.