TestimoX

API Reference

Class

WindowsUpdateSettingsQuery

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers static

Queries local Automatic Updates settings via the Windows Update Agent COM API.

Inheritance

  • Object
  • WindowsUpdateSettingsQuery

Remarks

The Windows Update Agent IAutomaticUpdates.Settings surface is local-only. Remote callers should use low-privilege WSUS policy telemetry instead of expecting WUA settings over COM.

Methods

public static WindowsUpdateSettings Get(String computerName = null) #
Returns: WindowsUpdateSettings

Retrieves Automatic Updates settings for the local computer.

Parameters

computerName System.String = null optionalposition: 0
Target computer name. Only the local computer is supported by the WUA settings API.

Returns

Automatic Updates settings snapshot.