Users Guide

Table Of Contents
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 configuration 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.3 27