TestimoX

API Reference

Class

PolicyRegistryList

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground

Policy-level mapping describing registry changes for Enabled/Disabled states.

Inheritance

  • Object
  • PolicyRegistryList

Constructors

public PolicyRegistryList() #

Properties

public PolicyRegistryValue OnValue { get; set; } #

Single registry value to set when the policy is Enabled.

public PolicyRegistrySingleList OnValueList { get; set; } #

Multiple registry entries to set when the policy is Enabled.

public PolicyRegistryValue OffValue { get; set; } #

Single registry value to set when the policy is Disabled.

public PolicyRegistrySingleList OffValueList { get; set; } #

Multiple registry entries to set when the policy is Disabled.