TestimoX

API Reference

Class

View (RecoveryConsolePolicyService)

Namespace ADPlayground.Gpo.RecoveryConsolePolicyService
Assembly ADPlayground
Modifiers sealed

Aggregated Recovery Console policy view with attribution.

Inheritance

  • Object
  • View

Constructors

Properties

public Boolean CollectionSucceeded { get; set; } #

True when Recovery Console 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> SecurityLevel { get; set; } #

SecurityLevel: 0 = allow automatic admin logon; 1 = require password; null when not set.

public Nullable<Boolean> AllowAutomaticAdministrativeLogon { get; } #

True when automatic administrative logon is allowed (SecurityLevel == 0), null when not set.

public Nullable<Boolean> Disabled { get; } #

True when automatic administrative logon is disabled (SecurityLevel == 1), null when not set.

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

Policy attribution rows (winner + sources) for SecurityLevel.