Power Budget Recovery

Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerConsumptionMonitor.PowerBudget.Recovery (Recovery)

This recovery changes the power budget of Windows Server 2008 R2 computers.

Element properties:

TargetMicrosoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupply
MonitorMicrosoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerConsumptionMonitor
Reset MonitorFalse
RemotableTrue
Timeout300
CategoryPerformanceHealth
Enabledfalse
AccessibilityPublic

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.SetPowerBudget.WriteAction Default

Source Code:

<Recovery ID="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerConsumptionMonitor.PowerBudget.Recovery" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupply" Monitor="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerConsumptionMonitor" ResetMonitor="false" ExecuteOnState="Warning" Remotable="true" Timeout="300">
<Category>PerformanceHealth</Category>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.SetPowerBudget.WriteAction">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<NewPowerBudget>250</NewPowerBudget>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Recovery>