TestimoX

API Reference

Class

View (NoLmHashPolicyService)

Namespace ADPlayground.Gpo.NoLmHashPolicyService
Assembly ADPlayground
Modifiers sealed

Aggregated NoLMHash policy view for DC OU with attribution.

Inheritance

  • Object
  • View

Constructors

Properties

public Boolean CollectionSucceeded { get; set; } #

True when NoLMHash policy collection completed successfully.

public String CollectionError { get; set; } #

Error details when collection fails; null when successful.

public String DomainName { get; set; } #

DNS domain name evaluated.

public String TargetDn { get; set; } #

Target distinguished name (Domain Controllers OU).

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

Effective DWORD for NoLMHash (1 = do not store LM hash; null when not set).

public Boolean Disabled { get; } #

True when LM hash storage is disabled (recommended).

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

Policy attribution rows (winner + sources) for NoLMHash.