List Update History (Data On Demand)

Community.DataOnDemand.AgentTask.GetWindowsUpdateHistory (Task)

Lists Windows Update activity on the target computer.
Note: JSON format is only supported if PowerShell v3 or later is installed on the target server.

Element properties:

TargetMicrosoft.Windows.Computer
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Community.DataOnDemand.Probe.GetWindowsUpdateHistory Default

Source Code:

<Task ID="Community.DataOnDemand.AgentTask.GetWindowsUpdateHistory" Accessibility="Public" Enabled="true" Remotable="false" Target="Windows!Microsoft.Windows.Computer">
<Category>Operations</Category>
<ProbeAction ID="Probe" TypeID="Community.DataOnDemand.Probe.GetWindowsUpdateHistory">
<ExcludedKB/>
<Format>csv</Format>
<TimeoutSeconds>60</TimeoutSeconds>
<LastHours/>
<ShowTop/>
</ProbeAction>
</Task>