TestimoX

API Reference

Command

Test-ADXAdmxCatalogBundle

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoLocal.AdmxExplorerBundleValidationResult

Validates a split ADMX catalog bundle generated for static explorer consumers.

Examples

Authored help example

Example 1


Test-ADXAdmxCatalogBundle -Path '.\Website\static\data\admx-explorer'
        

Example 2


Test-ADXAdmxCatalogBundle -Path '.\Website\static\data\admx-explorer\manifest.json'
        

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

Test-ADXAdmxCatalogBundle -Path <string> [<CommonParameters>]
#

Parameters

Path string requiredposition: 0pipeline: false
Bundle directory or explicit manifest.json path to validate.

Outputs

ADPlayground.Gpo.GpoLocal.AdmxExplorerBundleValidationResult