TestimoX

API Reference

Class

GpoDiagnostics

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

In-memory aggregator for GPO diagnostics so TestimoX can surface a quick summary.

Inheritance

  • Object
  • GpoDiagnostics

Methods

public static Void Clear() #
Returns: Void

Clears all recorded GPO diagnostic events.

public static IReadOnlyList<GpoEvent> GetAll() #
Returns: IReadOnlyList<GpoEvent>

Returns a snapshot of all recorded events.

public static Void RecordDomainSkip(String domain, String reason) #
Returns: Void

Records a domain-skip event with an optional reason.

Parameters

domain System.String requiredposition: 0
reason System.String requiredposition: 1