TestimoX

API Reference

Class

AdmxInventoryService

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers static

Builds a lightweight inventory of ADMX/ADML files from the Central Store or local PolicyDefinitions.

Inheritance

  • Object
  • AdmxInventoryService

Methods

public static AdmxInventory Build(String domainName, String language) #
Returns: AdmxInventory

Enumerates ADMX and ADML files and returns an inventory for the discovered repository.

Parameters

domainName System.String requiredposition: 0
Optional domain name to prefer Central Store resolution; null uses local PolicyDefinitions.
language System.String requiredposition: 1
Preferred ADML language (e.g., en-US).

Returns

Inventory including files with sizes and detected revision hints.

TryReadAdmxMeta(System.String arg1) #

Reads the ADMX revision and schemaVersion attributes, if available.

Parameters

arg1 System.String required