API Reference
Class
SysvolGpoProbeOptions
Selection options for SYSVOL GPT consistency probes.
Inheritance
- Object
- SysvolGpoProbeOptions
Constructors
public SysvolGpoProbeOptions() #Inherited Methods
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).