TestimoX

API Reference

Class

GpoWmiFilter

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents a WMI filter used by Group Policy.

Inheritance

  • Object
  • GpoWmiFilter

Constructors

public GpoWmiFilter(String displayName, String domainName, Guid id) #

Initializes a new instance of the GpoWmiFilter class.

Parameters

displayName System.String requiredposition: 0
Name of the WMI filter.
domainName System.String requiredposition: 1
Domain that hosts the filter.
id System.Guid requiredposition: 2
Identifier of the filter.

Properties

public String DisplayName { get; } #

Name of the WMI filter.

public String Description { get; set; } #

Description of the WMI filter.

public String DomainName { get; } #

Domain that hosts the filter.

public Int32 QueryCount { get; set; } #

Number of queries in the filter.

public List<WmiFilterQuery> Queries { get; set; } #

Collection of WMI queries.

public String Query { get; set; } #

Combined WMI queries separated by newline.

public String Author { get; set; } #

Author of the filter.

public Guid Id { get; } #

Identifier of the filter.

public Nullable<DateTime> Created { get; set; } #

Creation time of the filter.

public Nullable<DateTime> Modified { get; set; } #

Last modification time of the filter.

public Nullable<Guid> ObjectGuid { get; set; } #

Unique object identifier.

public String CanonicalName { get; set; } #

Canonical name of the filter.

public String DistinguishedName { get; set; } #

Distinguished name of the filter.