TestimoX

API Reference

Class

WindowsUpdateWsusServerQueryOptions

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Options controlling read-only WSUS server telemetry lookup.

Inheritance

  • Object
  • WindowsUpdateWsusServerQueryOptions

Constructors

public WindowsUpdateWsusServerQueryOptions() #

Properties

public String WsusServer { get; set; } #

WSUS server host name or FQDN.

public Int32 Port { get; set; } #

WSUS server port (typically 8530 or 8531).

public Boolean UseSsl { get; set; } #

When true, connects to WSUS using SSL.

public WindowsUpdateWsusExecutionMode ExecutionMode { get; set; } #

Selects how the WSUS provider query is executed.

public String ExecutionComputerName { get; set; } #

Optional computer name used for remote WSUS-hosted execution. When omitted in RemotePowerShell mode, WsusServer is used.

public Boolean IncludeDownstreamComputerTargets { get; set; } #

When true, includes downstream computer targets in WSUS scope.

public Int32 TimeoutMs { get; set; } #

Maximum execution time for WSUS query in milliseconds.