TestimoX

API Reference

Class

ActiveDirectoryOverviewService

Namespace ADPlayground
Assembly ADPlayground
Modifiers static

Builds ActiveDirectoryOverview snapshots using the existing ADPlayground services.

Inheritance

  • Object
  • ActiveDirectoryOverviewService

Methods

public static ActiveDirectoryOverview Create(ActiveDirectoryDataServices data, CancellationToken cancellationToken = null) #
Returns: ActiveDirectoryOverview

Creates a forest‑level overview from data collected by ADPlayground services.

Parameters

data ADPlayground.ActiveDirectoryDataServices requiredposition: 0
Aggregated data provider with domains, DC details, and counts.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token to abort long operations.

Returns

An ActiveDirectoryOverview snapshot or null when inputs are insufficient.