API Reference
Class
GpoQueryOptions
Options for querying Group Policy Objects.
Inheritance
- Object
- GpoQueryOptions
Constructors
public GpoQueryOptions() #Inherited Methods
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.