TestimoX

API Reference

Class

View (NtlmRestrictionsPolicyService)

Namespace ADPlayground.Gpo.NtlmRestrictionsPolicyService
Assembly ADPlayground
Modifiers sealed

Aggregated view of NTLM restriction policy (sending/receiving) with attribution.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #
ResultMetadata

DNS domain name.

public String TargetDn { get; set; } #
ResultMetadata

Target DN (Domain Controllers OU).

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

Restrict NTLM: Outgoing NTLM traffic to remote servers (RestrictSendingNTLMTraffic).

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

Restrict NTLM: Incoming NTLM traffic (RestrictReceivingNTLMTraffic).

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

Policy Attribution rows for both values.