Set Power Budget For Non-Business Hours

Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.SetPowerBudgetForOffPeakHours (Rule)

This rule changes the power budget of the target computer at specific time.

Knowledge Base article:

Summary

This rule should be used to specify the power budget that should be used by the server during non-business hours.

Element properties:

TargetMicrosoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupply
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.SetPowerBudgetForOffPeakHours" Enabled="false" Target="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.PowerSupply" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.PowerManagement.Windows.Server.2008.DailyScheduler">
<TriggerTime>17:00</TriggerTime>
<DaysOfWeekMask>62</DaysOfWeekMask>
</DataSource>
</DataSources>
<WriteActions>
<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>
</WriteActions>
</Rule>