API Reference
Class
WindowsUpdateSettingsQuery
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:
WindowsUpdateSettingsRetrieves Automatic Updates settings for the local computer.
Parameters
- computerName System.String = null
- Target computer name. Only the local computer is supported by the WUA settings API.
Returns
Automatic Updates settings snapshot.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object