TestimoX

API Reference

Class

WindowsUpdateHistoryQuery

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers static

Queries Windows Update history through the Windows Update Agent COM API.

Inheritance

  • Object
  • WindowsUpdateHistoryQuery

Methods

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

Retrieves Windows Update history for the specified computer.

Parameters

computerName System.String = null optionalposition: 0
Target computer name. Local aliases are normalized automatically.
options ComputerX.Updates.WindowsUpdateHistoryQueryOptions = null optionalposition: 1
Optional history query filters.

Returns

Windows Update history entries or a single error entry when collection fails.