TestimoX

API Reference

Enum

DirectoryScenarioScope

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

Defines the default target scope used by directory read scenarios when explicit domains are not supplied.

Inheritance

  • Enum
  • DirectoryScenarioScope

Values

public const DirectoryScenarioScope CurrentDomain #

Uses the current machine domain context.

Value: 0
public const DirectoryScenarioScope Forest #

Uses all domains in the current forest.

Value: 1
public const DirectoryScenarioScope TrustedForests #

Uses current-forest domains plus trusted forest domains (equivalent to forest scope with trusted-domain inclusion enabled).

Value: 2
public const DirectoryScenarioScope ExplicitDomains #

Uses explicit domains provided in scenario options.

Value: 3