API Reference
Class
ActiveDirectoryOverviewService
Builds ActiveDirectoryOverview snapshots using the existing ADPlayground services.
Inheritance
- Object
- ActiveDirectoryOverviewService
Methods
public static ActiveDirectoryOverview Create(ActiveDirectoryDataServices data, CancellationToken cancellationToken = null) #Returns:
ActiveDirectoryOverviewCreates a forest‑level overview from data collected by ADPlayground services.
Parameters
- data ADPlayground.ActiveDirectoryDataServices
- Aggregated data provider with domains, DC details, and counts.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token to abort long operations.
Returns
An ActiveDirectoryOverview snapshot or null when inputs are insufficient.