TestimoX

API Reference

Class

PolicyRulesItem

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a single PolicyRules item (Policy Analyzer).

Inheritance

  • Object
  • PolicyRulesItem

Constructors

Properties

public String Hive { get; set; } #

Target hive (HKLM or HKCU).

public String KeyPath { get; set; } #

Registry key path (e.g., SOFTWARE\Policies\...).

public String ValueName { get; set; } #

Registry value name.

public RegistryValueKind RegType { get; set; } #

Registry value kind.

public String Data { get; set; } #

Data string as represented in the .PolicyRules file.