API Reference
Class
GpoLinkExplorer
Library helper that gathers links to a GPO by id or name, across optional domain scope and CN=Sites, applying optional filters. Intended for reuse by PowerShell and other callers.
Inheritance
- Object
- GpoLinkExplorer
Methods
public static IReadOnlyList<GpoLink> GetLinks(GpoLinkExplorerOptions options) #Returns:
IReadOnlyList<GpoLink>Collects links to one or more GPOs identified by id or name across the requested domain scope and Sites, applying optional cross‑domain, scope, and name filters.
Parameters
- options ADPlayground.Gpo.GpoLinkExplorerOptions
- Options controlling GPO id/name resolution and post‑filters.
Returns
List of matching GPO links.