White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
184 
Enumerating the BIOSEnumeration Class will display all BIOS attributes in a computer system. 
Enumerate BIOSEnumeration with the following parameters and syntax: 
EXAMPLE: 
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BIOSEnumeration  
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic 
OUTPUT: 
DCIM_BIOSEnumeration 
 AttributeName = NumLock 
 CurrentValue = On 
 DefaultValue = null 
 FQDD = BIOS.Setup.1-1 
 InstanceID = BIOS.Setup.1-1:NumLock 
 IsReadOnly = false 
 PendingValue = null 
 PossibleValues = On, Off 
DCIM_BIOSEnumeration 
 AttributeName = ReportKbdErr 
 CurrentValue = Report 
 DefaultValue = null 
 FQDD = BIOS.Setup.1-1 
 InstanceID = BIOS.Setup.1-1:ReportKbdErr 
 IsReadOnly = false 
 PendingValue = null 
 PossibleValues = Report, NoReport 
DCIM_BIOSEnumeration 
 AttributeName = BootMode 
 CurrentValue = Bios 
 DefaultValue = null 
 FQDD = BIOS.Setup.1-1 
 InstanceID = BIOS.Setup.1-1:BootMode 
 IsReadOnly = false 
 PendingValue = null 
 PossibleValues = Bios, Uefi. 
DCIM_BIOSEnumeration 
 AttributeName = BootSeqRetry 
 CurrentValue = Disabled 
 DefaultValue = null 
 FQDD = BIOS.Setup.1-1 
 InstanceID = BIOS.Setup.1-1:BootSeqRetry 
 IsReadOnly = false 
 PendingValue = null 
 PossibleValues = Disabled, Enabled 
. 
The ‘get’ instance method in 
Section 17.2 will use this 
InstanceID as input. 
The ‘set attribute’ method in Section 
17.3 will use the AttributeName and 
PossibleValues fields as input. 
The ‘set attributes’ method in Section 
17.4 will use the AttributeName and 
PossibleValues fields as input. 










