API Reference
Class
SysvolGpoProbeOptions
Selection options for SYSVOL GPT consistency probes.
Inheritance
- Object
- SysvolGpoProbeOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public SysvolGpoProbeOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MaxGpos { get; set; } #Maximum number of GPOs to inspect per domain.
public Int32 RecentDays { get; set; } #Include GPOs modified within the last N days (0 disables).
public Boolean IncludeLinkedOnly { get; set; } #When true, only linked GPOs are auto-selected (recent/pinned still included).
public IReadOnlyList<Guid> IncludeGpoIds { get; set; } #Explicit GPO GUIDs to always include.
public IReadOnlyList<String> IncludeGpoNames { get; set; } #Explicit GPO display names to always include (case-insensitive exact match).