TestimoX

API Reference

Command

Get-ADXAdmxStatus

Namespace ADPlayground.PowerShell

Returns ADMX inventory and health diagnostics for the Central Store or local PolicyDefinitions. Optionally loads a release manifest (JSON) and creates an update plan.

Examples

Authored help example

Example 1: Show ADMX health and inventory


Get-ADXAdmxStatus
        

Example 2: Build an update plan from a manifest (no downloads)


Get-ADXAdmxStatus -ReleaseManifest .\edge-admx.json | Select-Object Plan
        

Example 3: Show a quick provider availability matrix (full)


Get-ADXAdmxStatus -View Providers
        

Example 4: Embed a minimal provider check within Summary


Get-ADXAdmxStatus -Providers Edge, Windows, VisualStudio -View Summary
        

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-ADXAdmxStatus [-Domain <string>] [-Language <string>] [-Providers <Edge>] [-ReleaseManifest <string>] [-View <Summary>] [<CommonParameters>]
#

Parameters

Domain string optionalposition: namedpipeline: false
Optional domain name to prefer Central Store discovery; when omitted, uses local PolicyDefinitions.
Language string optionalposition: namedpipeline: false
Preferred language for ADML (e.g., en-US).
Providers AdmxProvider[] optionalposition: namedpipeline: falsevalues: 26
Optional list of providers to probe for availability. When set with -View Summary, a minimal Provider matrix is attached; with -View Providers, a full matrix is returned. Possible values: Edge, Windows, Office, Notepad, Chrome, Firefox, Clipchamp, SecurityAdmx, Zoom, Winget, AdobeAcrobat, AdobeReader, Brave, FSLogix, OneDrive, VisualStudio, VsCode, RemoteDesktopManager, DellCommandUpdate, PsAppDeployToolkit, WingetAutoUpdate, Teams, Slack, CitrixWorkspaceApp, Mdop, OneDriveOnline
Possible values: Edge, Windows, Office, Notepad, Chrome, Firefox, Clipchamp, SecurityAdmx, Zoom, Winget, AdobeAcrobat, AdobeReader, Brave, FSLogix, OneDrive, VisualStudio, VsCode, RemoteDesktopManager, DellCommandUpdate, PsAppDeployToolkit, WingetAutoUpdate, Teams, Slack, CitrixWorkspaceApp, Mdop, OneDriveOnline
ReleaseManifest string optionalposition: namedpipeline: false
Optional release manifest (JSON) describing latest ADMX assets for a product.
View AdmxStatusView optionalposition: namedpipeline: falsevalues: 6
Optional view shaping for output. Possible values: Summary, Inventory, Health, Plan, Providers, ProvidersMinimal
Possible values: Summary, Inventory, Health, Plan, Providers, ProvidersMinimal