API Reference
Class
SysvolConfig
Typed settings controlling SYSVOL path selection and preflight.
Inheritance
- Object
- SysvolConfig
Constructors
public SysvolConfig() #Inherited Methods
Properties
public Nullable<Boolean> NoFallbackOnExplicitDc { get; set; } #When true, explicit DC-targeted UNCs are never rewritten to another DC.
public Nullable<Boolean> FallbackToDomainDfs { get; set; } #When true (default), allow fallback to \\domain\SYSVOL\domain paths.
public Nullable<Int32> ProbeTimeoutMs { get; set; } #TCP 445 probe timeout in milliseconds.
public Nullable<Int32> NegativeCacheTtlSeconds { get; set; } #Negative cache TTL in seconds for failed SMB preflight.