White Papers

36 Version 1.0.2
RegisteredOrganization = 1
RegisteredVersion = 1.0.0
B) ENUMERATE the CIM_RegisteredProfile class. See section 3.13 for a definition of
ENUMERATE .
Class URI:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/CIM_RegisteredProfile?__cimnamespace=root/interop
Then query the result for the following properties:
RegisteredName = BIOS and Boot Management, OtherRegisteredOrganization = DCIM,
RegisteredVersion = 1.0.0
9.2 Inventory of BIOS attributes in system
ENUMERATE the DCIM_BIOSEnumeration class to view all available instances of the class.
For the class and general instance URI structure, see section 7.1.1.1
Class URI:
http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_BIOSEnumeration?__cimnamespace=root/dcim
The instance information of all available BIOS attributes will be returned
9.3 Get the first BIOS attribute’s information
The URI for getting particular instance information is deterministic (i.e the InstanceID will be
unique for each instance)
For the first BIOS attribute in the system, the instance URI will be:
http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_BIOSEnumeration?__cimnamespace=root/dcim+InstanceID=BIOS.Setup.1-
1:MemTest
The instance of DCIM_BIOSEnumeration that contains the information on the first BIOS attribute
will be returned
9.4 Setting BIOS attributes
A) ENUMERATE the DCIM_BIOSEnumeration class as shown in section 9.2 and identify
the applicable instances
B) Confirm the IsReadOnly field is set to false
C) To invoke the SetAttribute() or SetAttributes() method, extract the instance information
from A) and construct the input parameters per Table 24
D) INVOKE the SetAttribute() or SetAttributes() method
Class URI: