TestimoX

API Reference

Command

Get-ADXGpoInventory

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoInventoryRollupReport

Builds a forest/domain-wide Group Policy inventory rollup.

Examples

Generated fallback example

Generated fallback example from command syntax.


Get-ADXGpoInventory -DomainFilter 'Value'
        

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-ADXGpoInventory [-DomainFilter <string>] [-Forest <string>] [-IncludeHealth] [-Minimal] [<CommonParameters>]
#

Parameters

DomainFilter string optionalposition: namedpipeline: false
Optional domain filter (exact or wildcard). Example: "*.emea.contoso.com".
Forest string optionalposition: namedpipeline: false
Forest DNS name. When omitted, the current forest is used.
IncludeHealth SwitchParameter optionalposition: namedpipeline: false
Include health signals (version mismatch AD vs SYSVOL, broken WMI filters). May cost additional LDAP/SYSVOL reads.
Minimal SwitchParameter optionalposition: namedpipeline: false
Emit a compact summary (per-domain counts only).

Outputs

ADPlayground.Gpo.GpoInventoryRollupReport