API Reference
Command
Get-ADXAdmxStatus
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
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
- Optional domain name to prefer Central Store discovery; when omitted, uses local PolicyDefinitions.
- Language string
- Preferred language for ADML (e.g., en-US).
- Providers AdmxProvider[]
- 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
- Optional release manifest (JSON) describing latest ADMX assets for a product.
- View AdmxStatusView
- Optional view shaping for output. Possible values: Summary, Inventory, Health, Plan, Providers, ProvidersMinimal
- Possible values:
Summary,Inventory,Health,Plan,Providers,ProvidersMinimal