API Reference
Command
Update-ADXAdmxProviderCache
Downloads or harvests a built-in ADMX provider into a normalized local provider cache.
Examples
Example 1: Cache the latest Edge ADMX package
Update-ADXAdmxProviderCache -Provider Edge -Language en-US
Example 2: Preview the provider cache action
Update-ADXAdmxProviderCache -Provider Chrome -WhatIf
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
Update-ADXAdmxProviderCache -ReleaseManifest <string> [-CacheRoot <string>] [-CopyAllLanguages] [-Language <string>] [-Languages <string[]>] [-WorkingDirectory <string>] [<CommonParameters>]#Parameter set:
By ReleaseManifestParameters
- ReleaseManifest string
- Optional JSON manifest describing a release (alternate to -Provider).
- CacheRoot string
- Root folder for provider cache data.
- CopyAllLanguages SwitchParameter
- Copy all ADML languages found in the provider package.
- Language string
- Language subfolder for ADML files (e.g., en-US).
- Languages string[]
- Optional whitelist of ADML languages to copy (e.g., en-US, de-DE).
- WorkingDirectory string
- Temporary working directory for downloads and extraction.
Update-ADXAdmxProviderCache -Provider <Edge> [-CacheRoot <string>] [-Channel <Stable|Beta|Dev|Canary>] [-CopyAllLanguages] [-Language <string>] [-Languages <string[]>] [-WorkingDirectory <string>] [<CommonParameters>]#Parameter set:
By ProviderParameters
- Provider AdmxProvider
- Built-in provider source to cache. 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 - CacheRoot string
- Root folder for provider cache data.
- Channel AdmxEdgeChannel
- Edge channel when -Provider Edge is used. Possible values: Stable, Beta, Dev, Canary
- Possible values:
Stable,Beta,Dev,Canary - CopyAllLanguages SwitchParameter
- Copy all ADML languages found in the provider package.
- Language string
- Language subfolder for ADML files (e.g., en-US).
- Languages string[]
- Optional whitelist of ADML languages to copy (e.g., en-US, de-DE).
- WorkingDirectory string
- Temporary working directory for downloads and extraction.