TestimoX

API Reference

Class

LgpoTextEntry

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

One LGPO text entry (4-line block: Configuration, Registry Key, Value Name, Action).

Inheritance

  • Object
  • LgpoTextEntry

Constructors

Properties

public LgpoTarget Target { get; set; } #

Target for this entry (Computer/User/MLGPO).

public String RegistryKey { get; set; } #

Registry key path (without hive), e.g., Software\Policies\Microsoft\... .

public String ValueName { get; set; } #

Registry value name; use empty for (Default).

public LgpoAction Action { get; set; } #

Action to apply for the key/value.