API Reference
Class
GpoLinkExplorerOptions
Options for exploring GPO links across domains and sites.
Inheritance
- Object
- GpoLinkExplorerOptions
Constructors
public GpoLinkExplorerOptions() #Inherited Methods
Properties
public Nullable<Guid> GpoId { get; set; } #Optional GPO identifier to search for. If set, takes precedence over GpoName.
public String GpoName { get; set; } #Optional GPO display name to resolve to one or more IDs when GpoId is not provided.
public IEnumerable<String> Domains { get; set; } #Optional list of domain DNS names to search. When null/empty, all forest domains are scanned.
public Boolean CrossDomainOnly { get; set; } #When true, only links crossing domain boundaries are returned.
public String[] Scope { get; set; } #Optional scope filter. Accepts values like "Domain", "OU", "Site", or "Container". When provided, only links matching any of the scopes are returned.
public String TargetFilter { get; set; } #Optional wildcard filter applied to link canonical names (e.g., contoso.com/*/Servers/*). Supports '*' and '?' wildcards.