TestimoX

API Reference

Class

GpoLinkQuery

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Options controlling how GPO links are queried.

Inheritance

  • Object
  • GpoLinkQuery

Constructors

Properties

public Guid GpoId { get; set; } #

Identifier of the GPO to locate.

public String SearchBase { get; set; } #

Optional search base distinguished name.

public SearchScope SearchScope { get; set; } #

Search scope used when querying.

public String Filter { get; set; } #

Additional LDAP filter to apply.

public IReadOnlyCollection<String> ObjectDns { get; set; } #

Explicit distinguished names to check.

public IReadOnlyCollection<String> Sites { get; set; } #

Optional list of site names to inspect.