TestimoX

API Reference

Class

GpoWarnOnce

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Run-scoped de-duplicator for noisy per-GPO warnings. Ensures a hidden-by-ACL DN is logged at most once per process/run, while allowing callers to supply a reason tag.

Inheritance

  • Object
  • GpoWarnOnce

Methods

public static Void Hidden(String gpoDn, String reason = null) #
Returns: Void

Logs a single hidden-by-ACL warning per GPO DN.

Parameters

gpoDn System.String requiredposition: 0
reason System.String = null optionalposition: 1
public static Void Reset() #
Returns: Void

Clears run-scoped caches; call at the beginning of a TestimoX run.