Windows Server 2008 R2 Power Supply Discovery

Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupply.Discovery (Discovery)

This rule discovers a power supply which supports Windows Server 2008 R2 power management.

Knowledge Base article:

Summary

This discovery rule discovers instances of a power supply on Windows Server 2008 R2 computers which are able to provide power consumption information via WMI.

Element properties:

TargetMicrosoft.Windows.Server.2008.R2.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupplyDiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupply.Discovery" Enabled="onEssentialMonitoring" Target="WindowsServer2008Discovery!Microsoft.Windows.Server.2008.R2.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupply">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.ComputerHostsPowerSupply"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupplyDiscoveryDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>