API Reference
Command
Get-ADXAdmxProviderCatalog
Returns the maintained ADMX provider cache catalog.
Examples
Example 1: List latest cached provider releases
Get-ADXAdmxProviderCatalog
Example 2: Show cache refresh history for Edge and Chrome
Get-ADXAdmxProviderCatalog -Provider Edge,Chrome -IncludeHistory
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-ADXAdmxProviderCatalog [-CacheRoot <string>] [-IncludeHistory] [-Provider <Edge>] [-Raw] [<CommonParameters>]#Parameters
- CacheRoot string
- Root folder for provider cache data.
- IncludeHistory SwitchParameter
- Return append-only refresh history instead of latest provider entries.
- Provider AdmxProvider[]
- Optional provider filter. 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, PowerShell, PowerToys, WindowsTerminal
- 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,PowerShell,PowerToys,WindowsTerminal - Raw SwitchParameter
- Return the full catalog object instead of enumerating entries.