Discovers the list of patches installed on Agents

Microsoft.SystemCenter.Agent.PatchDiscovery (Discovery)

This script runs on HealthService instances and finds a list of Operations Manager Patches that are currently applied to an Agent.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
EnabledTrue
Frequency21600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.Agent.PatchDiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.Agent.PatchDiscovery" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SCLibrary!Microsoft.SystemCenter.HealthService">
<Property TypeID="SCLibrary!Microsoft.SystemCenter.HealthService" PropertyID="PatchList"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.SystemCenter.Agent.PatchDiscoveryProvider">
<IntervalSeconds>21600</IntervalSeconds>
<SyncTime/>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>