TestimoX

API Reference

Command

Get-ADXAdmxProviderCatalog

Namespace ADPlayground.PowerShell

Returns the maintained ADMX provider cache catalog.

Examples

Authored help example

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 optionalposition: namedpipeline: false
Root folder for provider cache data.
IncludeHistory SwitchParameter optionalposition: namedpipeline: false
Return append-only refresh history instead of latest provider entries.
Provider AdmxProvider[] optionalposition: namedpipeline: falsevalues: 29
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 optionalposition: namedpipeline: false
Return the full catalog object instead of enumerating entries.