Gpo.Path Property

 

Gets the distinguished name of the Group Policy object (GPO).

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

Syntax

public string Path { get; }
public:
property String^ Path {
    String^ get();
}
member Path : string with get
Public ReadOnly Property Path As String

Property Value

Type: System.String

Returns String. The distinguished name of the GPO.

Remarks

For example, cn={myguid},cn=policies,cn=system,dc=contoso,dc=com.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top