Detectieregel Schijfpartitie naar logische schijf

Microsoft.Windows.Server.10.0.DiskPartitionContainsLogicalDisk.Discovery (Discovery)

Deze regel detecteert de relaties tussen schijfpartities en logische schijven.

Knowledge Base article:

Samenvatting

Met deze detectieregel wordt de Windows Server-relatieklasse met de naam "Schijfpartitie bevat logische schijf" gedetecteerd en ingevuld met exemplaren van de relatie Schijfpartitie bevat logische schijf.

Element properties:

TargetMicrosoft.Windows.Server.10.0.DiskPartition
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.Server.10.0.DiskPartitionContainsLogicalDiskDiscovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.Server.10.0.DiskPartitionContainsLogicalDisk.Discovery" Enabled="true" Target="Microsoft.Windows.Server.10.0.DiskPartition">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="Microsoft.Windows.Server.10.0.DiskPartitionContainsLogicalDisk"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.Server.10.0.DiskPartitionContainsLogicalDiskDiscovery.ModuleType">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ComputerID>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<DeviceID>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</DeviceID>
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>360</TimeoutSeconds>
</DataSource>
</Discovery>