TestimoX

API Reference

Enum

GpoConsistency

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

Indicates whether GPO state is consistent between AD (GPC) and SYSVOL (GPT).

Inheritance

  • Enum
  • GpoConsistency

Values

public const GpoConsistency AdAndSysvol #

Present in both AD (GPC) and SYSVOL (GPT).

Value: 0
public const GpoConsistency AdOnly #

Present only in AD (GPC).

Value: 1
public const GpoConsistency SysvolOnly #

Present only in SYSVOL (GPT).

Value: 2