API Reference
Class
GpoScanOptions
Options controlling GPO scanning behavior, particularly UNC probing timeouts. Configure by setting properties on Current at process start.
Inheritance
- Object
- GpoScanOptions
Constructors
public GpoScanOptions() #Inherited Methods
Properties
public static GpoScanOptions Current { get; } #Singleton instance used by GPO scan services.
public Int32 UncConnectTimeoutMs { get; set; } #TCP connect timeout for SMB (port 445) reachability checks. Default: 400 ms.
public Int32 UncExistsTimeoutMs { get; set; } #Timeout for timeboxed Directory.Exists/File.Exists probes on UNC paths. Default: 500 ms.
public Boolean SkipExternalUncProbe { get; set; } #When true, skips SMB reachability and Exists() probes for UNC hosts that appear external (outside the current forest/domains). This avoids long hangs on internet/vendor hosts referenced in legacy scripts/preferences.