White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
95 
12.5  Check VFlash License Enablement 
The following command can be used to check VFlash License enablement. Features such as Part 
Replacement, downloading ISO image to VFlash, or booting from VFlash are licensed features and 
require Dell VFlash SD Card to be inserted in order to function. 
EXAMPLE: 
winrm g cimv2/root/dcim/DCIM_LCEnumeration  
?InstanceID=LifecycleController.Embedded.1#LCAttributes.1#Licensed 
-u:[USER] -p:[PASSWORD] -r:_https://[IPADDRESS]/wsman:443 
-encoding:utf-8 -a:basic 
NOTE: For 11G, InstanceID=DCIM_LCEnumeration:CCR1 
OUTPUT: 
This ‘get’ command will return the instance of the DCIM_LCEnumeration attribute class. The 
CurrentValue property will contain “True” (yes) or “False” (no) indicating whether features dependent 
on the presence of the VFlash SD card are enabled.  
DCIM_LCEnumeration 
 AttributeName = Licensed 
 CurrentValue = Yes 
 DefaultValue = No 
 ElementName = LC.emb.1 
 InstanceID = LifecycleController.Embedded.1#LCAttributes.1#Licensed 
 IsReadOnly = true 
 PendingValue  
 PossibleValues = Yes, No 
12.6  Download Server Public Key 
This method is used to download the server public key to the Lifecycle Controller. A base64 encoded 
string containing the certificate authentication (CA) content is required as the input. 
Invoke DownloadServerPublicKey() with the following parameters and syntax: 
EXAMPLE: 
winrm i DownloadServerPublicKey http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService 
?CreationClassName=DCIM_LCService 
+Name=DCIM:LCService 
+SystemCreationClassName=DCIM_ComputerSystem 
+SystemName=DCIM:ComputerSystem  
-u:[USER] -p:[PASSWORD] 
-r:https://[IPADDRESS]/wsman:443 
-SkipCNCheck -SkipCACheck -encoding:utf-8  
-a:basic -file:DownloadServerPublicKey.xml 










