API Reference
Class
GpoQueryOptions
Options for querying Group Policy Objects.
Inheritance
- Object
- GpoQueryOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Gpo.Get
- Method GpoApi.Get
- Method GpoService.GetGpos
- Method GpoService.ParseGpoReport
Constructors
public GpoQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
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.