TestimoX

API Reference

Class

AdmxExplorerBundleReader

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers static

Reads split ADMX explorer bundles from disk for C#, PowerShell, and website tooling.

Inheritance

  • Object
  • AdmxExplorerBundleReader

Methods

public static AdmxExplorerBundle Load(String path) #
Returns: AdmxExplorerBundle

Loads a split ADMX explorer bundle from a bundle directory or manifest path.

Parameters

path System.String requiredposition: 0
Bundle directory or manifest.json path.

Returns

Loaded bundle with query and source payload helpers.