TestimoX

API Reference

Command

Join-ADXAdmxCatalogBundle

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoLocal.AdmxExplorerBundleMergeResult

Joins multiple split ADMX catalog bundles into one static explorer bundle.

Examples

Authored help example

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 requiredposition: 0pipeline: false
Destination directory for the merged split bundle.
SourceBundle string[] requiredposition: namedpipeline: false
Input split bundle directories or manifest.json paths.
Compress SwitchParameter optionalposition: namedpipeline: false
Writes compact JSON instead of indented JSON.

Outputs

ADPlayground.Gpo.GpoLocal.AdmxExplorerBundleMergeResult