TestimoX

API Reference

Class

GpoNameResolver

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Static facade over an injectable resolver implementation. Defaults to an offline resolver (GUID-as-name) for tests/offline use. Real runs (CLI/HTML) should set Instance to a directory-backed resolver.

Inheritance

  • Object
  • GpoNameResolver

Methods

public static IReadOnlyList<GpoRef> Resolve(String domainName, IEnumerable<Guid> ids) #
Returns: IReadOnlyList<GpoRef>

Resolves display names for the provided GPO ids using the active resolver.

Parameters

domainName System.String requiredposition: 0
ids System.Collections.Generic.IEnumerable{System.Guid} requiredposition: 1

Properties

public static IGpoNameResolver Instance { get; set; } #

Gets or sets the active resolver instance.