Som.InheritedGpoLinks Property

 

Gets the GPO links that are applied to the scope of management (SOM), including links inherited from parent containers (OUs and domains)..

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

Syntax

public GpoLinksCollection InheritedGpoLinks { get; }
public:
property GpoLinksCollection^ InheritedGpoLinks {
    GpoLinksCollection^ get();
}
member InheritedGpoLinks : GpoLinksCollection with get
Public ReadOnly Property InheritedGpoLinks As GpoLinksCollection

Property Value

Type: Microsoft.GroupPolicy.GpoLinksCollection

Returns a GpoLinksCollection that contains the GPO links.

Remarks

The collection does not include GPO links from site SOMs or disabled links. The collection is sorted in order of precedence, with the first (earliest) link having the highest priority and last (latest) link having the lowest priority. Note that the GPOs are applied in reverse order of their precedence. The last GPO in the list is applied first and the first GPO in the list is applied last.

See Also

Som Class
Microsoft.GroupPolicy Namespace

Return to top