Reference Guide
Error
Category
Error ID Scenarios Example
InvalidData InvalidPossibleVal
ue
Using set-item cmdlet for an
attribute with Invalid possible value.
si .\POSTBehavior\Numlock
“on”
NumberNotInRan
ge
Doing set operation by giving out of
range integer value for an attribute
which accepts integer value in a
particular range.
si .\AutoOnHour “54”
si .\AutoOnMinute “67”
si .\PeakShiftBatteryThreshold
“13”
NotValidNumber
Doing set operation by giving
noninteger value for an attribute
accepts integer value.
si .\AutoOnHour “on”
si .\AutoOnMinute “43.67”
StringLengthNotIn
Range
Doing set operation by giving string
which has out of range length for
an attribute which accepts a string
having length within a range.
si .\AssetTag
“thisismorethan10characters”
InvalidTimeFormat
Doing set operation by giving
invalid time format.
si .\PeakShiftDayConfiguration
Sunday -StartTime "34:34"
InvalidPrimaryBatt
eryCustomCharge
Difference
Not keeping the minimum
difference between
PrimaryBatteryCustomChargeStart
and
PrimaryBatteryCustomChargeEnd.
si .
\PrimaryBatteryCustomCharge
Start “55”
si
PrimaryBatteryCustomChargeE
nd “58”
NewPasswordNotI
nRange
Trying to set a password that is not
in supported range by system.
si .\AdminPassword “12”
si .\SystemPassword “del”
InvalidPeakShiftTi
mes
Not maintaining the time
dependency between PeakShift
StartTime, EndTime, and
ChargeStartTime.
si .\PeakShiftDayConfiguration
Sunday -StartTime "14:30" -
EndTime “12:30” -
ChargeStartTime “14:45”
InvalidDayOfWeek
Providing invalid day. si .\PeakShiftDayConfiguration
Sun -StartTime "14:30" -
EndTime “12:30” -
ChargeStartTime “14:45”
InCorrectBootOrd
er
Trying to provide duplicate boot
device number,
si .\BootSequence “1,2,1”
UnsupportedColo
rName
Trying to set unsupported color for
KeyboardBacklightEnabledColors or
KeyboardBacklightActiveColor
si .
\KeyboardBacklightEnabledCol
ors “Red,White,Purple”
39