TestimoX

API Reference

Class

DomainInfoService

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers static

Reads RootDSE and shapes a domain/forest summary for thin wrappers.

Inheritance

  • Object
  • DomainInfoService

Methods

public static DomainInfoQueryResult Query(String domainController, CancellationToken cancellationToken = null) #
Returns: DomainInfoQueryResult

Reads and composes domain/forest info from RootDSE.

Parameters

domainController System.String requiredposition: 0
Optional DC host hint.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token.

Returns

Typed domain info payload.