Web Services Interface Guide
251 Dell Lifecycle Controller Web Services Interface Guide for Windows
17 Managing BIOS Configuration
This feature provides the ability to get and set any configurable BIOS attributes that are exposed in BIOS
UEFI HII. The BIOS Management Profile extends the management capabilities of referencing profiles by
adding the capability to represent and configure BIOS attributes, such as a Network Controller or IDE
Controller.
Profile and Associated MOFs:
http://www.delltechcenter.com/page/DCIM.Library.Profile
17.1 Listing the BIOS Inventory-Enumeration Class
The BIOS Inventory contains the following attributes: DCIM_BIOSEnumeration (17.1),
DCIM_BIOSInteger (17.5), DCIM_BIOSString( 17.6), and DCIM_BIOSPassword(17.10).
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