TestimoX

API Reference

Class

ForestFunctionalService

Namespace ADPlayground.Forests
Assembly ADPlayground
Modifiers static

Provides helper methods to assess forest functional posture using existing ActiveDirectoryDataServices metadata.

Inheritance

  • Object
  • ForestFunctionalService

Methods

public static ForestFunctionalSnapshot GetSnapshot(ActiveDirectoryDataServices data, ActiveDirectoryOverview overview = null) #
Returns: ForestFunctionalSnapshot

Builds a forest functional snapshot using existing data services and an optional overview.

Parameters

data ADPlayground.ActiveDirectoryDataServices requiredposition: 0
ActiveDirectoryDataServices instance with domain/DC details.
overview ADPlayground.ActiveDirectoryOverview = null optionalposition: 1
Optional precomputed overview; when null it will be created.

Returns

A populated ForestFunctionalSnapshot describing current, supported and recommended levels.