TestimoX

API Reference

Class

GpoViewOptions

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Projection options used by the GPO report projectors.

Inheritance

  • Object
  • GpoViewOptions

Constructors

public GpoViewOptions() #

Properties

public Boolean Minimal { get; set; } #

Emit compact rows where supported.

public String Category { get; set; } #

Wildcard filter for category/policy display/name.

public Boolean MatchedOnly { get; set; } #

When true (for PreferencesTrace), include only matched ILT items.

public String Key { get; set; } #

Optional wildcard for key filtering (PreferencesTrace).

public String Action { get; set; } #

Optional wildcard for action filtering (Create/Update/Replace/Delete).

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

Optional site list to consider when site processing is enabled.

public Boolean EvaluateApplicability { get; set; } #

Evaluate security/WMI filtering for policy applicability.