TestimoX

API Reference

Class

AdmxPolicyApplyPlan

Namespace ComputerX.Admx
Assembly ComputerX
Modifiers sealed

Represents a prepared ADMX policy apply plan.

Inheritance

  • Object
  • AdmxPolicyApplyPlan

Constructors

public AdmxPolicyApplyPlan() #

Properties

public IReadOnlyList<AdmxPolicy> Policies { get; set; } #

Gets or sets the matched policies.

public IReadOnlyList<LgpoPolItem> Items { get; set; } #

Gets or sets the generated LGPO items to apply.

public Scope Scope { get; set; } #

Gets or sets the LGPO scope to target.

public String ComputerName { get; set; } #

Gets or sets the target computer name (null or "." for local).

public Boolean Merge { get; set; } #

Gets or sets a value indicating whether to merge with existing registry.pol entries.

public Boolean Backup { get; set; } #

Gets or sets a value indicating whether to create a backup prior to writing.

public String Warning { get; set; } #

Gets or sets an optional warning message produced during preparation.