TestimoX

API Reference

Class

ForestSubnetCoveragePostureService

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers static

Builds a reusable forest subnet/site coverage posture view for reporting and rules.

Inheritance

  • Object
  • ForestSubnetCoveragePostureService

Methods

Evaluate 2 overloads
public static View Evaluate(String forestName = null, Boolean includeRegistry = false) #
Returns: View

Evaluates forest subnet coverage posture for the specified forest.

Parameters

forestName System.String = null optionalposition: 0
Optional target forest DNS name.
includeRegistry System.Boolean = false optionalposition: 1
When true, reads optional AutoSiteCoverage registry posture.

Returns

Typed forest subnet coverage view.

public static View Evaluate(Options options) #
Returns: View

Evaluates forest subnet coverage posture using the supplied options.

Parameters

options ADPlayground.Replication.ForestSubnetCoveragePostureService.Options requiredposition: 0
Evaluation options.

Returns

Typed forest subnet coverage view.