TestimoX

API Reference

Class

AdScopeDiscoveryService

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers static

Engine-owned AD scope discovery service that collects effective forest/domain scope, naming contexts, domain controllers, and per-step receipts.

Inheritance

  • Object
  • AdScopeDiscoveryService

Methods

public static async Task<ScopeDiscoveryResult> DiscoverAsync(ScopeDiscoveryRequest request, CancellationToken cancellationToken = null) #
Returns: Task<ScopeDiscoveryResult>

Executes AD scope discovery and emits a reusable typed receipt.

Parameters

request ADPlayground.Helpers.AdScopeDiscoveryService.ScopeDiscoveryRequest requiredposition: 0
cancellationToken System.Threading.CancellationToken = null optionalposition: 1