TestimoX

API Reference

Class

GpoQueryOptions

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Options for querying Group Policy Objects.

Inheritance

  • Object
  • GpoQueryOptions

Constructors

public GpoQueryOptions() #

Properties

public String ForestName { get; set; } #

Optional forest name.

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

Optional list of domains to include.

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

Optional list of domains to exclude.

public Boolean PermissionsOnly { get; set; } #

Show only permissions information.

public Boolean OwnerOnly { get; set; } #

Show only owner information.

public Boolean Limited { get; set; } #

Return limited information without parsing XML data.

public GpoTypeFilter Type { get; set; } #

Type of GPOs to return.