TestimoX

API Reference

Class

AdmxCentralStoreUnknownRegistryValue

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Unknown registry policy value discovered while mapping GPOs to ADMX definitions.

Inheritance

  • Object
  • AdmxCentralStoreUnknownRegistryValue

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public AdmxCentralStoreUnknownRegistryValue() #

Properties

public Guid GpoId { get; set; } #

Source GPO identifier.

public String GpoName { get; set; } #

Source GPO display name.

public RegistryPolicyScope Scope { get; set; } #

Policy scope.

public String KeyPath { get; set; } #

Registry key path.

public String ValueName { get; set; } #

Registry value name.

public String SuggestedAdmx { get; set; } #

Suggested missing ADMX family, when known.