TestimoX

API Reference

Class

RsopPolicyMatch

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Candidate ADMX policy match with computed state and friendly element values.

Inheritance

  • Object
  • RsopPolicyMatch

Constructors

Properties

public String PolicyName { get; set; } #

ADMX policy internal name.

public String DisplayName { get; set; } #

Localized policy name.

public String RegistryKey { get; set; } #

Registry key configured by the candidate policy.

public String RegistryValue { get; set; } #

Registry value configured by the candidate policy.

public String SourceAdmx { get; set; } #

ADMX source where the policy is defined.

public PolicyState ComputedState { get; set; } #

Computed basic state (Enabled/Disabled/NotConfigured) for this candidate.

public IReadOnlyDictionary<String, String> ElementStatesDisplay { get; set; } #

Optional map of element ids to friendly display values for this candidate.

public String FriendlySummary { get; set; } #

Short friendly summary (e.g., "RequireFirewall=Enabled, Profile=Domain").