TestimoX

API Reference

Class

DomainKerberosPolicyReader

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Reads effective domain Kerberos policy values from the domain NC object.

Inheritance

  • Object
  • DomainKerberosPolicyReader

Methods

public static KerberosPolicyInfo Read(String domainName = null) #
Returns: KerberosPolicyInfo

Reads effective domain Kerberos policy (ticket lifetimes, clock skew, etc.) from the domain NC.

Parameters

domainName System.String = null optionalposition: 0
Optional DNS domain name; when null, uses current domain.

Returns

Kerberos policy info or null when unavailable.