TestimoX

API Reference

Enum

GpoLoopbackMode

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

Loopback processing mode for User GPOs.

Inheritance

  • Enum
  • GpoLoopbackMode

Usage

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

Values

public const GpoLoopbackMode None #

No loopback; user policies are applied from the user's own LSDOU.

Value: 0
public const GpoLoopbackMode Merge #

Merge mode; user LSDOU policies apply first, then user policies from the computer's LSDOU override.

Value: 1
public const GpoLoopbackMode Replace #

Replace mode; only user policies from the computer's LSDOU apply (user location ignored).

Value: 2