API Reference
Command
Join-ADXAdmxCatalogBundle
Joins multiple split ADMX catalog bundles into one static explorer bundle.
Examples
Example 1
Join-ADXAdmxCatalogBundle -Path '.\site-data' -SourceBundle '.\edge-bundle','.\chrome-bundle'
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
Join-ADXAdmxCatalogBundle -Path <string> -SourceBundle <string[]> [-Compress] [<CommonParameters>]#Parameters
- Path string
- Destination directory for the merged split bundle.
- SourceBundle string[]
- Input split bundle directories or manifest.json paths.
- Compress SwitchParameter
- Writes compact JSON instead of indented JSON.
Outputs
ADPlayground.Gpo.GpoLocal.AdmxExplorerBundleMergeResult