TestimoX

API Reference

Interface

IGpoNameResolver

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers abstract

Abstraction for resolving GPO GUIDs to display names.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Methods

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

Resolves display names for provided GPO IDs within a given domain.

Parameters

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