White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
187 
<p:SetAttributes_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BIOSService"> 
 <p:Target>BIOS.Setup.1-1</p:Target> 
 <p:AttributeName>BootMode</p:AttributeName> 
 <p:AttributeValue>Bios</p:AttributeValue> 
 <p:AttributeName>BootSeqRetry</p:AttributeName> 
 <p:AttributeValue>Disabled</p:AttributeValue> 
</p:SetAttributes_INPUT>  
OUTPUT: 
SetAttribute_OUTPUT 
 Message = The command was successful 
 MessageID = BIOS001 
 RebootRequired = Yes 
 ReturnValue = 0 
 SetResult = Set PendingValue 
17.5  Listing the BIOS Inventory-Integer Class 
Enumerate BIOSInteger with the following parameters and syntax: 
EXAMPLE: 
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BIOSInteger  
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic 
OUTPUT: 
DCIM_BIOSInteger 
 AttributeName = AcPwrRcvryUserDelay 
 CurrentValue = 0 
 DefaultValue = null 
 FQDD = BIOS.Setup.1-1 
 InstanceID = BIOS.Setup.1-1:AcPwrRcvryUserDelay 
 IsReadOnly = true 
 LowerBound = 30 
 PendingValue = null 
 UpperBound = 240 
17.6  Listing the BIOS Inventory-String Class 
Enumerate BIOSString with the following parameters and syntax: 
EXAMPLE: 
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BIOSString  
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic 










