TestimoX

API Reference

Struct

AppliedGpoLink

Namespace ADPlayground.Gpo.Policy.GpoRegistryPolicyService
Assembly ADPlayground
Base ValueType
Modifiers sealed

Detailed applied GPO descriptor used for applicability calculations.

Inheritance

  • ValueType
  • AppliedGpoLink

Constructors

public AppliedGpoLink(Guid id, String gpoDn, String gpoDomainDn) #

Initializes a new AppliedGpoLink instance.

Parameters

id System.Guid requiredposition: 0
gpoDn System.String requiredposition: 1
gpoDomainDn System.String requiredposition: 2

Fields

public readonly Guid Id #

Identifier of the GPO.

public readonly String GpoDistinguishedName #

Distinguished name of the GPO object (CN={GUID},CN=Policies,...). May be empty when unresolved (e.g., site-level only).

public readonly String GpoDomainDistinguishedName #

Distinguished name of the GPO's domain (CN=System,DC=...). May be empty when unresolved.