EnableLink Enumeration

 

Specifies whether the link between a Group Policy object (GPO) and a site, domain, or organizational unit (OU) is enabled.

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

Syntax

public enum EnableLink
public enum class EnableLink
type EnableLink
Public Enumeration EnableLink

Members

Member name Description
No

The GPO link is disabled.

Unspecified

The enabled status of the link is not specified. When this value is passed to a method, the status of the link (enabled or disabled) is not changed.

Yes

The GPO link is enabled.

Remarks

The EnableLink.Unspecified value is passed when the Set-GPLink cmdlet is called without passing "yes" or "no" for the Enabled parameter.

See Also

EnforceLink
Microsoft.GroupPolicy Namespace

Return to top