Users Guide

Conguring PeakShiftDayConguration in category Powermanagement
Configuration PowerManagementConfigurationPeak
{
Import-DscResource -ModuleName DellBIOSProvider
Node localhost {
PowerManagement PowerManagementSettingsSaturday #resource name
{
Category = "PowerManagement"
BlockDefinition="1"
PeakShiftDayConfiguration = "Saturday"
StartTime = "10:30"
EndTime = "12:30"
ChargeStartTime = "13:30"
}
PowerManagement PowerManagementSettingsWednesday #resource name
{
Category = "PowerManagement"
BlockDefinition="2"
PeakShiftDayConfiguration = "Wednesday"
StartTime = "12:30"
EndTime = "15:30"
ChargeStartTime = "16:45"
}
}
}
Enforcing simple conguration for category POSTBehavior when BIOS
password is set
NOTE
: When the BIOS password is set on the client system, the password must be provided through the 'Password' property.
Configuration POSTBehaviorConfiguration
{
Import-DscResource -ModuleName DellBIOSProvider
Node clientMachine01 {
POSTBehavior POSTBehaviorSettings #resource name
{
Category = "POSTBehavior"
Keypad = "EnabledByNumlock"
Password = “biospassword”
}
}
}
NOTE
: For more sample scripts, see theDellBIOSProvider > DSC_SampleScripts folder.
Getting started with Dell Command | PowerShell Provider 2.2 27