TestimoX

API Reference

Class

View (Pku2uPolicyService)

Namespace ADPlayground.Gpo.Pku2uPolicyService
Assembly ADPlayground
Modifiers sealed

Result view for PKU2U policy, including effective value and attribution for the Domain Controllers OU.

Inheritance

  • Object
  • View

Constructors

Properties

public Boolean CollectionSucceeded { get; set; } #

True when PKU2U policy collection completed successfully.

public String CollectionError { get; set; } #

Error details when collection fails; null when successful.

public String DomainName { get; set; } #
ResultMetadata

DNS domain name evaluated.

public String TargetDn { get; set; } #
ResultMetadata

Target distinguished name (Domain Controllers OU).

public Nullable<UInt32> EffectiveValue { get; set; } #

Effective DWORD for AllowOnlineID (null when not set).

public Boolean Disabled { get; } #

True when PKU2U AllowOnlineID is disabled (recommended).

public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #
ResultMetadata

Policy attribution rows (winner + sources) for AllowOnlineID.