API Reference
Command
Get-ADXAdmxCentralStorePosture
Returns Central Store ADMX posture, including health, provider baseline drift, GPO usage, and cleanup previews.
Examples
Example 1: Evaluate the current domain Central Store
Get-ADXAdmxCentralStorePosture -Domain ad.evotec.xyz -Language en-US
Example 2: Evaluate explicit SYSVOL paths and compare provider baselines
Get-ADXAdmxCentralStorePosture -PoliciesRoot \\ad.evotec.xyz\SYSVOL\ad.evotec.xyz\Policies -ProviderName Chrome,Firefox,Windows
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-ADXAdmxCentralStorePosture [-BaselinePolicyDefinitionsRoot <string[]>] [-CentralStoreRoot <string>] [-CopyAllLanguages] [-DesiredLanguage <string[]>] [-Domain <string>] [-ForestName <string>] [-IncludeHashes] [-Language <string>] [-Languages <string[]>] [-MaxGpos <int>] [-PoliciesRoot <string>] [-ProviderCacheRoot <string>] [-ProviderName <string[]>] [-SkipCmtxUsage] [-SkipGpoUsage] [<CommonParameters>]#Parameters
- BaselinePolicyDefinitionsRoot string[]
- Explicit baseline PolicyDefinitions roots to compare with Central Store.
- CentralStoreRoot string
- Explicit Central Store PolicyDefinitions path.
- CopyAllLanguages SwitchParameter
- Compare all ADML language folders in provider baselines.
- DesiredLanguage string[]
- Desired Central Store ADML languages for posture and cleanup preview.
- Domain string
- Domain DNS name used to resolve SYSVOL paths when explicit paths are omitted.
- ForestName string
- Optional forest DNS name used when GPOs must be enumerated from AD.
- IncludeHashes SwitchParameter
- Compute SHA-256 hashes for Central Store inventory files.
- Language string
- Preferred ADML language.
- Languages string[]
- Optional ADML language whitelist for provider baseline comparisons.
- MaxGpos int
- Maximum number of GPOs to scan.
- PoliciesRoot string
- Explicit SYSVOL Policies root path.
- ProviderCacheRoot string
- Provider cache root used to resolve provider names.
- ProviderName string[]
- Provider names to compare from the maintained provider cache catalog.
- SkipCmtxUsage SwitchParameter
- Skip comment.cmtx policy reference mapping.
- SkipGpoUsage SwitchParameter
- Skip GPO registry.pol usage mapping.
Outputs
ADPlayground.Gpo.AdmxCentralStorePostureReport