API Reference
Class
AdmxPolicyApplyPlan
Represents a prepared ADMX policy apply plan.
Inheritance
- Object
- AdmxPolicyApplyPlan
Constructors
public AdmxPolicyApplyPlan() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.