Reference Guide
Table Of Contents
- Dell Command | PowerShell Provider Version 2.2 Reference Guide
- Introduction to Dell Command | PowerShell Provider 2.2
- Attributes supported in Dell Command | PowerShell Provider 2.2
- AdvancedBootOptions
- AdvancedConfigurations
- BatteryInformation
- BIOSSetupAdvancedMode
- BootSequence
- IntelSoftwareGuardExtensions
- Manageability
- Maintenance
- MemoryInformation
- MiscellaneousDevices
- Performance
- POSTBehavior
- PowerManagement
- PreEnabled
- ProcessorInformation
- SecureBoot
- Security
- StealthModeControl
- SupportAssistSystemResolution
- SystemConfiguration
- SystemInformation
- SystemLogs
- ThermalConfiguration
- TPMSecurity
- USBConfiguration
- Video
- VirtualizationSupport
- Wireless
- Error reporting in Dell Command | PowerShell Provider 2.2
- Accessing documents from the Dell EMC support site
Table 30. Error reporting in Dell Command | PowerShell Provider (continued)
Error
Category
Error ID Scenarios Example
NotValidNumber
Doing set operation by giving
noninteger value for an attribute
accepts integer value.
si .\PowerManagement\AutoOnHr
“on”
si .\PowerManagement\AutoOnMn
“43.67”
StringLengthNotInRange
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 .\SystemInformation\Asset
“thisismorethan10characters”
InvalidTimeFormat
Doing set operation by giving
invalid time format.
si .\PeakShiftDayConfiguration Sunday
-StartTime "34:34"
InvalidPrimaryBatteryCustomC
hargeDifference
Not keeping the minimum
difference between
CustomChargeStart and
CustomChargeStop.
si .\PowerManagement
\CustomChargeStart “55”
si \PowerManagement
\CustomChargeStop “58”
NewPasswordNotInRange
Trying to set a password that is not
in supported range by system.
si .\Security\AdminPassword “12”
si .\Security\SystemPassword “del”
InvalidPeakShiftTimes
Not maintaining the time
dependency between PeakShift
StartTime, EndTime, and
ChargeStartTime.
si .\PowerManagement
\PeakShiftDayConfiguration Sunday -
StartTime "14:30" -EndTime “12:30” -
ChargeStartTime “14:45”
InvalidDayOfWeek
Providing invalid day. si .\PowerManagement
\PeakShiftDayConfiguration Sun -
StartTime "14:30" -EndTime “12:30” -
ChargeStartTime “14:45”
InCorrectBootOrder
Trying to provide duplicate boot
device number.
si .\BootSequence\BootSequence
“1,2,1”
UnsupportedColorName
Trying to set unsupported color for
KeyboardBacklightEnabledColors or
KeyboardBacklightActiveColor.
si .\SystemConfiguration
\KeyboardBacklightEnabledColors
“Red,White,Purple”
InvalidCombinationOfNoColorA
ndSupportedColors
Trying to set colors for
KeyboardBacklightEnabledColors
with NoColor Value.
si .\SystemConfiguration
\KeyboardBacklightEnabledColros
“Red,White,Custom1,NoColor”
DuplicateColorName
Trying to provide same color more
than once for
KeyboardBacklightEnabledColors.
si .\SystemConfiguration
\KeyboardBacklightEnabledColros
“Red,White,Custom1,Custom1”
OnlyOneColorAllowedForActiv
eColor
Trying to set multiple colors for
KeyboardBacklightActiveColor.
si .\SystemConfiguration
\KeyboardBacklightActiveColor “Red,
White”
InvalidRGBFormat
Trying to provide RGB values in an
incorrect format for
KeyboardBacklightCustom1Color or
KeyboardBacklightCustom2Color.
si .\SystemConfiguration
\KeyboardBacklightCustom1Color
“234:34”
64 Error reporting in Dell Command | PowerShell Provider 2.2