GPDomain.GetAllGpos Method ()

 

Retrieves all the Group Policy objects (GPOs) in the domain.

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

Syntax

public GpoCollection GetAllGpos()
public:
GpoCollection^ GetAllGpos()
member GetAllGpos : unit -> GpoCollection
Public Function GetAllGpos As GpoCollection

Return Value

Type: Microsoft.GroupPolicy.GpoCollection

Returns GpoCollection. A collection that contains all the GPOs in the domain.

See Also

GPDomain Class
Microsoft.GroupPolicy Namespace

Return to top