TestimoX

API Reference

Class

RsopTraceEntry

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Trace entry for a single registry value processed during RSOP mapping. Includes candidate ADMX policies and any family/ADMX suggestions.

Inheritance

  • Object
  • RsopTraceEntry

Constructors

Properties

public String KeyPath { get; set; } #

Registry key path.

public String ValueName { get; set; } #

Registry value name.

public String ValueType { get; set; } #

Registry value type (string label) if known.

public String ObservedData { get; set; } #

Observed data (stringified for trace).

public IReadOnlyList<RsopPolicyMatch> Candidates { get; set; } #

Candidate ADMX policies that could explain this value.

public String Family { get; set; } #

Policy family inferred for this value (when known).

public String SuggestedAdmx { get; set; } #

Suggested ADMX file (heuristic) when mapping fails.