TestimoX

API Reference

Enum

GpoAnalysisUnknownCandidateMatchKind

Namespace ADPlayground.Gpo
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes how an ADMX policy candidate matched an unmapped registry value.

Inheritance

  • Enum
  • GpoAnalysisUnknownCandidateMatchKind

Values

public const GpoAnalysisUnknownCandidateMatchKind ExactKeyAndValue #

Registry key and value name matched the policy definition exactly.

Value: 0
public const GpoAnalysisUnknownCandidateMatchKind KeyPrefixAndValue #

Registry key was a parent prefix of the unknown key and value name matched.

Value: 1
public const GpoAnalysisUnknownCandidateMatchKind ExactKeyOnly #

Registry key matched the policy definition (value name differs or is unknown).

Value: 2
public const GpoAnalysisUnknownCandidateMatchKind KeyPrefixOnly #

Registry key was a parent prefix of the unknown key (value name differs or is unknown).

Value: 3