TestimoX

API Reference

Enum

WindowsUpdateWsusDecision

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

WSUS management decision states derived from collected Windows Update client signals.

Inheritance

  • Enum
  • WindowsUpdateWsusDecision

Values

public const WindowsUpdateWsusDecision Managed #

WSUS management is confirmed.

Value: 0
public const WindowsUpdateWsusDecision NotManaged #

WSUS management is explicitly not configured.

Value: 1
public const WindowsUpdateWsusDecision Unknown #

WSUS management could not be determined due to missing signals.

Value: 2
public const WindowsUpdateWsusDecision UnknownRegistryAccessLimited #

WSUS management could not be determined because registry policy reads were blocked.

Value: 3