API Reference
Class
GpoNameResolver
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
- ids System.Collections.Generic.IEnumerable{System.Guid}
Inherited Methods
Properties
public static IGpoNameResolver Instance { get; set; } #Gets or sets the active resolver instance.