TestimoX

API Reference

Class

ForestDuplicateComputerHostnamePostureService

Namespace ADPlayground.Forests
Assembly ADPlayground
Modifiers static

Builds a reusable forest-wide posture view for duplicate computer hostnames.

Inheritance

  • Object
  • ForestDuplicateComputerHostnamePostureService

Methods

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

Evaluates duplicate-hostname posture using the supplied options.

Parameters

options ADPlayground.Forests.ForestDuplicateComputerHostnamePostureService.Options = null optionalposition: 0
Evaluation options.
hostnameFetcher System.Func{System.String,System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,System.String}}} = null optionalposition: 1
Optional per-domain hostname fetcher for tests and reuse.
domainEnumerator System.Func{System.String,System.Collections.Generic.IEnumerable{System.String}} = null optionalposition: 2
Optional forest domain enumerator for tests and reuse.

Returns

Typed duplicate-hostname posture view.