TestimoX

API Reference

Class

Options (DomainControllerWindowsUpdatePostureService)

Namespace ComputerX.Updates.DomainControllerWindowsUpdatePostureService
Assembly ComputerX
Modifiers sealed

Options controlling per-domain-controller Windows Update posture evaluation.

Inheritance

  • Object
  • Options

Constructors

Properties

public String ComputerName { get; set; } #

Target computer name.

public Int32 RecentInstallWarningDays { get; set; } #

Maximum allowed age in days for recent update installation activity.

public Int32 DetectionWarningDays { get; set; } #

Maximum allowed age in days for successful update detection before warning.

public Int32 DetectionCriticalDays { get; set; } #

Maximum allowed age in days for successful update detection before critical.

public Boolean IncludeEventTelemetry { get; set; } #

When true, event telemetry is included in the Windows Update client snapshot.

public Int32 EventLookbackDays { get; set; } #

Event lookback window in days.

public Int32 QueryTimeoutSeconds { get; set; } #

Per-query timeout budget in seconds.