GpoType Enumeration

 

A value that indicates the type of a Group Policy object (GPO).

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

Syntax

public enum GpoType
public enum class GpoType
type GpoType
Public Enumeration GpoType

Members

Member name Description
DS

An Active Directory GPO.

Local

A local GPO.

Remote

A remote GPO.

Remarks

A GpoType value is returned by the GpoType property of a GroupPolicyObject object.

See Also

Microsoft.GroupPolicy Namespace

Return to top