TestimoX

API Reference

Class

GpoAnalysisError

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Best-effort error descriptor produced while building a GpoAnalysisReport.

Inheritance

  • Object
  • GpoAnalysisError

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name being processed.

public Nullable<Guid> GpoId { get; set; } #

GPO identifier when applicable; otherwise null.

public String GpoName { get; set; } #

GPO display name when applicable; otherwise null.

public String Stage { get; set; } #

Processing stage where the error occurred (e.g., RegistryPol, Mapping, GppPasswordScan).

public String Message { get; set; } #

Short error message.