TestimoX

API Reference

Class

UserCatalogScenarioOptions

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Options for user catalog scenarios.

Inheritance

  • Object
  • UserCatalogScenarioOptions

Constructors

Properties

public IEnumerable<String> Domains { get; set; } #

Explicit domain list to query.

public DirectoryScenarioScope Scope { get; set; } #

Default scope used when Domains is empty.

public Boolean IncludeTrustedDomains { get; set; } #

Includes trusted domains when scope is forest-based.

public UserProperties PropertySet { get; set; } #

User property set to retrieve.

public UserFilter Filter { get; set; } #

User filter flags.

public Nullable<Int32> MinInactiveDays { get; set; } #

Minimum inactivity days filter.

public Nullable<Int32> MinPasswordAgeDays { get; set; } #

Minimum password age days filter.

public Boolean ResolveTrueLastLogon { get; set; } #

Resolves true last logon across DCs.

public Int32 TrueLastLogonDegreeOfParallelism { get; set; } #

Degree of parallelism for true last logon resolution.

public DirectoryScenarioOutputProfile Profile { get; set; } #

Output profile for the scenario.

public DirectoryScenarioPagingOptions Paging { get; set; } #

Optional output paging applied after deterministic ordering.