TestimoX

API Reference

Class

RegistryPolicyEntry

Namespace ADPlayground.Gpo.Policy
Assembly ADPlayground
Modifiers sealed

Normalized representation of a registry policy value defined by a GPO.

Inheritance

  • Object
  • RegistryPolicyEntry

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

public Guid GpoId { get; set; } #

Source GPO identifier.

public String GpoName { get; set; } #

Friendly display name of the source GPO, when resolvable.

public RegistryPolicyScope Scope { get; set; } #

Scope where the value applies (Computer/User).

public String KeyPath { get; set; } #

Registry key path (normalized to single backslashes).

public String ValueName { get; set; } #

Registry value name.

public UInt32 ValueType { get; set; } #

Underlying .pol value type code.

public Byte[] Data { get; set; } #

Raw data bytes.

public String StringValue { get; set; } #

Decoded string value when applicable.

public Nullable<UInt32> DWordValue { get; set; } #

Decoded DWORD value when applicable.

public String[] MultiStringValue { get; set; } #

Decoded multi-string when applicable.