Share via


GPDomain.GetAllStarterGpos Method ()

 

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

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

Syntax

public StarterGpoCollection GetAllStarterGpos()
public:
StarterGpoCollection^ GetAllStarterGpos()
member GetAllStarterGpos : unit -> StarterGpoCollection
Public Function GetAllStarterGpos As StarterGpoCollection

Return Value

Type: Microsoft.GroupPolicy.StarterGpoCollection

Returns StarterGpoCollection. A collection that contains all the Starter GPOs in the domain.

See Also

GPDomain Class
Microsoft.GroupPolicy Namespace

Return to top