TestimoX

API Reference

Class

NetlogonConfigurationService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Composes Netlogon configuration views from individual evaluators for domain controllers.

Inheritance

  • Object
  • NetlogonConfigurationService

Methods

public static NetlogonConfiguration Get(String domainName) #
Returns: NetlogonConfiguration

Builds the NetlogonConfiguration for a domain.

Parameters

domainName System.String requiredposition: 0
DNS domain name.

Returns

Composed configuration with secure channel and password change settings.

SelectDomainControllerAttributionRows(System.Collections.Generic.IEnumerable{ADPlayground.Gpo.Policy.EffectivePolicyBatchService.Row} arg1) #

Collapses non-PDC and PDC effective policy rows into one attribution row per setting, preferring configured rows.

Parameters

arg1 System.Collections.Generic.IEnumerable{ADPlayground.Gpo.Policy.EffectivePolicyBatchService.Row} required