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
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoScanOptions.Current
Constructors
public GpoScanOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.