TestimoX

API Reference

Enum

WindowsUpdateWsusExecutionMode

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

Selects how ComputerX executes WSUS provider queries.

Inheritance

  • Enum
  • WindowsUpdateWsusExecutionMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WindowsUpdateWsusExecutionMode LocalApi #

Query WSUS directly through the local WSUS Administration API.

Value: 0
public const WindowsUpdateWsusExecutionMode RemotePowerShell #

Run the WSUS query through remote PowerShell on the execution computer.

Value: 1