API Reference
Class
GpoLinkAnalysis
Result of GpoLinkAnalyzer analysis.
Inheritance
- Object
- GpoLinkAnalysis
Constructors
public GpoLinkAnalysis(Boolean InheritanceBlocked, IReadOnlyList<GpoLink> Links, IReadOnlyList<String> LoopLinks) #Result of GpoLinkAnalyzer analysis.
Parameters
- InheritanceBlocked System.Boolean
- Indicates whether inheritance is blocked.
- Links System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLink}
- Valid GPO links discovered.
- LoopLinks System.Collections.Generic.IReadOnlyList{System.String}
- Links pointing to non-GPO objects.
Methods
public GpoLinkAnalysis <Clone>$() #Returns:
GpoLinkAnalysispublic Void Deconstruct(out Boolean InheritanceBlocked, out IReadOnlyList<GpoLink> Links, out IReadOnlyList<String> LoopLinks) #Returns:
VoidParameters
- InheritanceBlocked Boolean
- Links IReadOnlyList<GpoLink>
- LoopLinks IReadOnlyList<String>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Boolean InheritanceBlocked { get; set; } #Indicates whether inheritance is blocked.
public IReadOnlyList<GpoLink> Links { get; set; } #Valid GPO links discovered.
public IReadOnlyList<String> LoopLinks { get; set; } #Links pointing to non-GPO objects.
public IEnumerable<GpoLink> CrossDomainLinks { get; } #Links referencing a GPO in another domain.