TestimoX

API Reference

Class

AdmxProviderCachePostureOptions

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Options for ADMX provider cache posture evaluation.

Inheritance

  • Object
  • AdmxProviderCachePostureOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public AdmxProviderCachePostureOptions() #

Properties

public String ProviderCacheRoot { get; set; } #

Optional provider cache root that contains catalog.json.

public String ProviderName { get; set; } #

Optional provider name to resolve from the maintained cache catalog.

public String CachePolicyDefinitionsRoot { get; set; } #

Optional normalized provider cache PolicyDefinitions folder. When omitted, destination health is evaluated directly.

public String DestinationRoot { get; set; } #

Destination Central Store or PolicyDefinitions folder.

public String Language { get; set; } #

Preferred ADML language.

public Boolean CopyAllLanguages { get; set; } #

When true, compare all ADML language folders.

public String[] Languages { get; set; } #

Optional whitelist of ADML language folders.

public String[] DesiredLanguages { get; set; } #

Desired Central Store ADML language folders for posture and preview planning.