TestimoX

API Reference

Class

GpoLinkAnalyzer

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Analyzes raw gPLink values for common issues.

Inheritance

  • Object
  • GpoLinkAnalyzer

Methods

public static GpoLinkAnalysis Analyze(String distinguishedName, String canonicalName, String objectClass, String gplink, Int32 gpOptions) #
Returns: GpoLinkAnalysis

Parses the provided gPLink value.

Parameters

distinguishedName System.String requiredposition: 0
Distinguished name of the object owning the link.
canonicalName System.String requiredposition: 1
Canonical name of the object owning the link.
objectClass System.String requiredposition: 2
Object class of the owning object.
gplink System.String requiredposition: 3
Raw gPLink string.
gpOptions System.Int32 requiredposition: 4
Raw gPOptions value.

Returns

Analysis details for the provided value.