TestimoX

API Reference

Enum

WindowsUpdatePatchPostureStage

Namespace ComputerX.Updates
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Current operator-facing patch posture stage for a Windows Update target.

Inheritance

  • Enum
  • WindowsUpdatePatchPostureStage

Values

public const WindowsUpdatePatchPostureStage Unknown #

Stage could not be determined.

Value: 0
public const WindowsUpdatePatchPostureStage Healthy #

The target currently appears healthy for the evaluated patch posture.

Value: 1
public const WindowsUpdatePatchPostureStage Investigate #

The target needs review because telemetry or freshness signals require investigation.

Value: 2
public const WindowsUpdatePatchPostureStage ReviewMsrcFallback #

The target is using an MSRC fallback month and needs operator review.

Value: 3
public const WindowsUpdatePatchPostureStage RebootPending #

The target needs reboot follow-up before patch posture can be considered complete.

Value: 4
public const WindowsUpdatePatchPostureStage DeployPending #

The target still has deployable or missing updates that should be installed.

Value: 5
public const WindowsUpdatePatchPostureStage PatchNow #

The target has exploited or failed patch signals and should be prioritized immediately.

Value: 6
public const WindowsUpdatePatchPostureStage CollectionGap #

Collection visibility is incomplete and patch posture cannot be trusted until repaired.

Value: 7