TestimoX

API Reference

Class

ForestBackupMetadataPostureService

Namespace ADPlayground.Forests
Assembly ADPlayground
Modifiers static

Builds a reusable forest-wide posture view from per-domain Active Directory backup metadata.

Inheritance

  • Object
  • ForestBackupMetadataPostureService

Methods

Evaluate 2 overloads
public static View Evaluate(String forestName = null, Int32 maxAgeDays = 2) #
Returns: View

Evaluates forest backup metadata posture using the current forest context.

Parameters

forestName System.String = null optionalposition: 0
Optional forest DNS name.
maxAgeDays System.Int32 = 2 optionalposition: 1
Maximum acceptable age in days before a record is stale.

Returns

Typed forest backup metadata posture view.

public static View Evaluate(Options options, Func<String, IEnumerable<String>> domainEnumerator = null, Func<String, Int32, View> domainEvaluator = null) #
Returns: View

Evaluates forest backup metadata posture using the supplied options.

Parameters

options ADPlayground.Forests.ForestBackupMetadataPostureService.Options requiredposition: 0
Evaluation options.
domainEnumerator System.Func{System.String,System.Collections.Generic.IEnumerable{System.String}} = null optionalposition: 1
Optional domain enumerator for tests and reuse.
domainEvaluator System.Func{System.String,System.Int32,ADPlayground.Domains.BackupMetadataEvaluator.View} = null optionalposition: 2
Optional per-domain evaluator for tests and reuse.

Returns

Typed forest backup metadata posture view.