TestimoX

API Reference

Class

SysvolGpoProbeOptions

Namespace ADPlayground.Sysvol
Assembly ADPlayground
Modifiers sealed

Selection options for SYSVOL GPT consistency probes.

Inheritance

  • Object
  • SysvolGpoProbeOptions

Constructors

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).