TestimoX

API Reference

Class

AdmxLocator

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers static

Resolves ADMX/ADML sources automatically: explicit directory, domain Central Store, or local PolicyDefinitions.

Inheritance

  • Object
  • AdmxLocator

Methods

public static Result Resolve(String explicitDirectory, String domainName, String language) #
Returns: Result

Resolves ADMX/ADML sources by preferring an explicit directory, then domain Central Store, and finally the local PolicyDefinitions folder. Merges sources when beneficial.

Parameters

explicitDirectory System.String requiredposition: 0
Optional explicit directory (or semicolon-separated directories) to use.
domainName System.String requiredposition: 1
Optional domain name to probe a Central Store (\\\\<domain>\\SYSVOL\\...).
language System.String requiredposition: 2
Preferred language (e.g., en-US) for string resolution; null selects default.

Returns

Resolution result including the compiled document and provenance paths.