API Reference
Class
ForestDuplicateComputerHostnamePostureService
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:
ViewEvaluates duplicate-hostname posture using the supplied options.
Parameters
- options ADPlayground.Forests.ForestDuplicateComputerHostnamePostureService.Options = null
- Evaluation options.
- hostnameFetcher System.Func{System.String,System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,System.String}}} = null
- Optional per-domain hostname fetcher for tests and reuse.
- domainEnumerator System.Func{System.String,System.Collections.Generic.IEnumerable{System.String}} = null
- Optional forest domain enumerator for tests and reuse.
Returns
Typed duplicate-hostname posture view.