Helps Discover Windows Vista Aggregate

Microsoft.Windows.Client.Vista.Aggregate.Computer.ComputerDiscovery (Discovery)

This rule helps discover Windows Vistas for monitoring

Knowledge Base article:

Summary

This rule helps discover Windows Vistas for monitoring

Element properties:

TargetMicrosoft.Windows.Client.Vista.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper System.PrivilegedMonitoringAccount

Source Code:

<Discovery ID="Microsoft.Windows.Client.Vista.Aggregate.Computer.ComputerDiscovery" Enabled="true" Target="Vista!Microsoft.Windows.Client.Vista.Computer">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Client.Vista.Aggregate.Computer">
<Property PropertyID="Manufacturer"/>
<Property PropertyID="Model"/>
<Property PropertyID="RAM"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>\\$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$\root\cimv2</NameSpace>
<Query>SELECT Manufacturer, Model, TotalPhysicalMemory FROM Win32_ComputerSystem</Query>
<Frequency>86400</Frequency>
<ClassId>$MPElement[Name="Microsoft.Windows.Client.Vista.Aggregate.Computer"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.Windows.Client.Vista.Aggregate.Computer"]/Manufacturer$</Name>
<Value>$Data/Property[@Name='Manufacturer']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.Windows.Client.Vista.Aggregate.Computer"]/Model$</Name>
<Value>$Data/Property[@Name='Model']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.Windows.Client.Vista.Aggregate.Computer"]/RAM$</Name>
<Value>$Data/Property[@Name='TotalPhysicalMemory']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>