TestimoX

API Reference

Class

Diagnostics (DomainControllerWindowsUpdatePostureService)

Namespace ComputerX.Updates.DomainControllerWindowsUpdatePostureService
Assembly ComputerX
Modifiers sealed

Diagnostics captured while evaluating Windows Update posture.

Inheritance

  • Object
  • Diagnostics

Constructors

public Diagnostics() #

Properties

public Int32 InstalledUpdateCount { get; set; } #

Total installed updates returned by hotfix inventory.

public Boolean HotFixSignalAvailable { get; set; } #

True when a hotfix with an install date was available.

public Boolean DetectionSignalAvailable { get; set; } #

True when Windows Update telemetry contained a detection timestamp.

public Boolean IncludeEventTelemetry { get; set; } #

True when event telemetry was requested.

public Int32 EventLookbackDays { get; set; } #

Configured event lookback window in days.

public Int32 QueryTimeoutSeconds { get; set; } #

Configured query timeout in seconds.

public Boolean PendingRebootAccessFailed { get; set; } #

True when pending reboot access was limited.

public Boolean UpdateResultsAccessFailed { get; set; } #

True when update-result registry reads were access-limited.

public Int32 WarningCount { get; set; } #

Count of non-fatal warnings surfaced by telemetry.