TestimoX

API Reference

Class

AdmxUpdatePlan

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Proposed actions for updating the Central Store or local PolicyDefinitions with new ADMX/ADML.

Inheritance

  • Object
  • AdmxUpdatePlan

Constructors

Properties

public String CentralStoreRoot { get; set; } #

Central Store root for copy operations.

public String Language { get; set; } #

Preferred language for ADML copy (when not copying all languages).

public AdmxSourceProduct Product { get; set; } #

Product information.

public String CurrentVersion { get; set; } #

Current detected version (best-effort).

public String TargetVersion { get; set; } #

Target version to update to (when available).

public Boolean UpdateRecommended { get; set; } #

True when an update is recommended.

public IReadOnlyList<AdmxUpdateAction> Actions { get; set; } #

Planned actions (downloads, extracts, copies).