Dell Windows Server Detailed BIOS Discovery Module

Dell.WindowsServer.Detailed.BIOS.Discovery (Discovery)

Knowledge Base article:

Summary

This Discovery rule discovers BIOS details of the Server

Element properties:

TargetDell.WindowsServer.Server
EnabledTrue
Frequency21600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • Dell.WindowsServer.BIOS
    • DisplayName
    • Manufacturer
    • Version
    • SerialNumber
    • SMBIOSBIOSVersion
    • SMBIOSMajorVersion
    • SMBIOSMinorVersion
    • SMBIOSPresent
    • PrimaryBIOS
    • CurrentLanguage
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Dell.WindowsServer.BIOS.DiscoveryRule Default

Source Code:

<Discovery ID="Dell.WindowsServer.Detailed.BIOS.Discovery" Target="ScalableWindowsServer!Dell.WindowsServer.Server" Remotable="false" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.WindowsServer.BIOS">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="Manufacturer"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="Version"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="SerialNumber"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="SMBIOSBIOSVersion"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="SMBIOSMajorVersion"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="SMBIOSMinorVersion"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="SMBIOSPresent"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="PrimaryBIOS"/>
<Property TypeID="Dell.WindowsServer.BIOS" PropertyID="CurrentLanguage"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Dell.WindowsServer.Hosts.ServerBIOS"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Dell.WindowsServer.BIOS.DiscoveryRule">
<IntervalSeconds>21600</IntervalSeconds>
<Computer>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Computer>
</DataSource>
</Discovery>