TestimoX

API Reference

Enum

PolicyDataSource

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

Describes where policy data should be read from or written to.

Inheritance

  • Enum
  • PolicyDataSource

Values

public const PolicyDataSource LGPO #

Local Group Policy Objects (.pol files under %SystemRoot%\System32\GroupPolicy).

Value: 0
public const PolicyDataSource Registry #

Live Windows registry (local or remote).

Value: 1
public const PolicyDataSource OfflineUserHive #

Detached/Offline user registry hive loaded from a file path.

Value: 2