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

Usage

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

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