GPDomain.GetGpo Method

 

Retrieves a specified Group Policy object (GPO) from the domain.

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

Overload List

Name Description
System_CAPS_pubmethod GetGpo(Guid)

Retrieves the Group Policy object (GPO) with the specified ID (GUID) from the domain.

System_CAPS_pubmethod GetGpo(String)

Retrieves the Group Policy object (GPO) with the specified display name from the domain.

Remarks

If the GPO that you want has a display name that is not unique within this domain, you can use GetGpo.

See Also

GPDomain Class
Microsoft.GroupPolicy Namespace

Return to top