White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
122 
 InstanceID = BCV 
 IsCurrent = 2 
 IsDefault = 0 
 IsNext = 2 
DCIM_BootConfigSetting 
 ElementName = UefiBootSeq 
 InstanceID = UEFI 
 IsCurrent = 2 
 IsDefault = 0 
 IsNext = 2 
DCIM_BootConfigSetting 
 ElementName = OneTimeBootMode 
 InstanceID = OneTime 
 IsCurrent = 2 
 IsDefault = 0 
 IsNext = 2 
DCIM_BootConfigSetting 
 ElementName = vFlash Boot Configuration 
 InstanceID = vFlash 
 IsCurrent = 2 
 IsDefault = 0 
 IsNext = 2 
14.2   Getting a Boot ConfigSetting Instance 
Getting the boot configuration current, default, and next attributes of one particular boot 
configuration instance is an alternative to enumerating all available instances as shown in Section 14.1. 
Get a BootConfigSetting instance with the following parameters and syntax: 
 [INSTANCEID]: This is obtained from the enumeration in Section 14.1, in which this example 
would use IPL as an instanceID 
EXAMPLE: 
winrm g http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BootConfigSetting 
?InstanceID=[INSTANCEID] 
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic 
OUTPUT: 
DCIM_BootConfigSetting 
 DCIM_BootConfigSetting 
 ElementName = BootSeq 
 InstanceID = IPL 
 IsCurrent = 1 










