TestimoX

API Reference

Class

Diagnostics (DomainControllerDiagnosticPostureService)

Namespace ADPlayground.DomainControllers.DomainControllerDiagnosticPostureService
Assembly ADPlayground
Modifiers sealed

Diagnostics describing probe execution and category rollups.

Inheritance

  • Object
  • Diagnostics

Constructors

public Diagnostics() #

Properties

public Boolean CommandAvailable { get; set; } #

True when the PowerShell command was available on the local host.

public Boolean QuerySucceeded { get; set; } #

True when the diagnostic probe completed successfully.

public Boolean OutputTruncated { get; set; } #

True when combined PowerShell output was truncated.

public Int32 ReturnedTestCount { get; set; } #

Total projected tests returned by the probe.

public Int32 PassedTestCount { get; set; } #

Total tests that passed.

public Int32 FailedTestCount { get; set; } #

Total tests that failed.

public Int32 FailedSecurityTestCount { get; set; } #

Total failed security tests.

public Int32 FailedReplicationTestCount { get; set; } #

Total failed replication tests.

public Int32 FailedDnsTestCount { get; set; } #

Total failed DNS and naming-context tests.

public Int32 FailedConfigurationTestCount { get; set; } #

Total failed configuration tests.

public Int32 FailedHealthTestCount { get; set; } #

Total failed health tests.

public String Error { get; set; } #

Human-readable probe error when the query could not complete.