API Reference
Class
EngineConfig
Engine-level configuration knobs (LDAP/SYSVOL/etc.).
Inheritance
- Object
- EngineConfig
Constructors
public EngineConfig() #Inherited Methods
Properties
public SysvolConfig Sysvol { get; set; } #Settings for SYSVOL path resolution and health checks.
public InfrastructureConfig Infrastructure { get; set; } #Settings for local infrastructure access defaults (registry/WMI).
public LdapConfig Ldap { get; set; } #Settings for LDAP engine (timeouts, concurrency).
public StagingConfig Staging { get; set; } #Settings for AD dataset staging (timeouts, fallbacks).
public LoggingConfig Logging { get; set; } #Settings for logging (file sink, levels).
public GpoConfig Gpo { get; set; } #Settings for GPO caches and prewarm behavior.
public PowerShellRuntimeConfig PowerShellRuntime { get; set; } #Settings controlling how bundled PowerShell rules are sourced (compiled vs. legacy).
public ReportingConfig Reporting { get; set; } #Settings controlling report generation (HTML/Word content).