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

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