TestimoX

API Reference

Class

WindowsUpdateQuery

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers static

Queries Windows Update Agent search results through the WUA COM API.

Inheritance

  • Object
  • WindowsUpdateQuery

Methods

public static IReadOnlyList<WindowsUpdateEntry> Get(String computerName = null, WindowsUpdateQueryOptions options = null) #
Returns: IReadOnlyList<WindowsUpdateEntry>

Retrieves Windows Update Agent search results for the specified computer.

Parameters

computerName System.String = null optionalposition: 0
Target computer name. Local aliases are normalized automatically.
options ComputerX.Updates.WindowsUpdateQueryOptions = null optionalposition: 1
Optional WUA search filters.

Returns

Matching WUA entries or a single error entry when collection fails.