API Reference
Class
NetlogonConfigurationService
Composes Netlogon configuration views from individual evaluators for domain controllers.
Inheritance
- Object
- NetlogonConfigurationService
Methods
public static NetlogonConfiguration Get(String domainName) #Returns:
NetlogonConfigurationBuilds the NetlogonConfiguration for a domain.
Parameters
- domainName System.String
- 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}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object