TestimoX

API Reference

Class

DnsClientPolicyInfo

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

DNS Client policy settings captured from GPO for a specific GPO/domain pair. Includes raw rule dictionaries as parsed from registry values.

Inheritance

  • Object
  • DnsClientPolicyInfo

Constructors

Properties

public Guid GpoId { get; set; } #

GPO identifier.

public String DomainName { get; set; } #

DNS domain name that owns the GPO.

public Boolean Present { get; set; } #

True when DNS client policy keys are present.

public IReadOnlyList<DnsClientPolicyRule> Rules { get; set; } #

Collection of individual policy rules.