SearchProperty Enumeration

 

Specifies the property for a search criteria. This is the property to evaluate in a search operation.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public enum SearchProperty
public enum class SearchProperty
type SearchProperty
Public Enumeration SearchProperty

Members

Member name Description
GpoComputerExtensions

Computer client-side extension.

GpoDisplayName

Display name of a Group Policy object (GPO).

GpoDomain

The domain name.

GpoEffectivePermissions

A specific set of permissions, whether the permissions are explicitly set or derived as a result of group membership.

GpoId

The GUID of a Group Policy object (GPO).

GpoPermissions

The specified level of permission for a Group Policy object (GPO).

GpoUserExtensions

User client-side extension.

GpoWmiFilter

The display name of a WMI filter.

MostRecentBackup

The most recent backup

SomLinks

Scope of Management (SOM) that link to a Group Policy object (GPO).

StarterGpoDisplayName

The display name of a Starter Group Policy object (GPO).

StarterGpoDomain

The domain name.

StarterGpoEffectivePermissions

A specific set of permissions, whether the permissions are explicitly set or derived as a result of group membership.

StarterGpoId

The GUID of a Starter Group Policy object (GPO).

StarterGpoPermissions

The specified level of permission for a Starter Group Policy object (GPO).

Remarks

You use the SearchProperty values to define the search property in search criteria that you add to a GPSearchCriteria object. Valid values depend on the type of object for which the search is being performed. For more information, see the Add method.

See Also

GPSearchCriteria
Microsoft.GroupPolicy Namespace

Return to top