Helps Discover Windows Vista Aggregate

Microsoft.Windows.Client.Vista.Aggregate.Computer.OSDiscovery (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.OSDiscovery" Enabled="true" Target="Vista!Microsoft.Windows.Client.Vista.Computer" Remotable="true" Priority="Normal" ConfirmDelivery="false">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Client.Vista.Aggregate.Computer">
<Property PropertyID="SystemDrive"/>
</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 SystemDrive FROM Win32_OperatingSystem</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"]/SystemDrive$</Name>
<Value>$Data/Property[@Name='SystemDrive']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>