API Reference
Class
GpoWmiFilter
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
- Name of the WMI filter.
- domainName System.String
- Domain that hosts the filter.
- id System.Guid
- Identifier of the filter.
Inherited Methods
Properties
public String Description { get; set; } #Description of the WMI 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 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.