White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
86 
EXAMPLE: 
winrm i BootToHD cimv2/root/dcim/DCIM_OSDeploymentService 
?CreationClassName=DCIM_OSDeploymentService 
+Name=DCIM:OSDeploymentService 
+SystemCreationClassName=DCIM_ComputerSystem 
+SystemName=DCIM:ComputerSystem  
-u:[USER] -p:[PASSWORD] -r:https://[IPADDRESS]/wsman:443  
 -encoding:utf-8 -a:basic 
OUTPUT: 
BootToHD_OUTPUT 
 ReturnValue = 0 
11.3.22 Configurarable Boot to Network ISO 
This method was added during the LC2 Version 1.1 release. 
The ConfigurableBootToNetworkISO() works similar to BootToNetworkISO() except that the immediate 
boot to the ISO is not automatic and controlled by an input parameter called ResetType which will 
enable you to do a warm reset or cold reset or no immediate reset. 
Invoke ConfigurableBootToNetworkISO () via NFS share with the following syntax: 
[NFS_IPADDRESS]: This is the IP address of the location of the ISO image.  
[/NFS/OSISO]: This is the directory path to the ISO image.  
[NFS_Username]: This is the username to the IP address of the ISO image.  
[NFS_Password]: This is the corresponding password to the username containing the ISO image. 
[OS.ISO]: This is to be replaced by the actual name of the ISO image. 
[RESET_TYPE]: 0=No reset, 1=warm reset 2=cold reset 
EXAMPLE: 
winrm i ConfigurableBootToNetworkISO 
cimv2/root/dcim/DCIM_OSDeploymentService 
?CreationClassName=DCIM_OSDeploymentService 
+Name=DCIM:OSDeploymentService 
+SystemCreationClassName=DCIM_ComputerSystem 
+SystemName=DCIM:ComputerSystem 
-u: [USER] -p: [PASSWORD] 
-r:https://[IPADDRESS]/wsman:443 -SkipCNCheck 
-encoding:utf-8 -a:basic 
@{IPAddress="[NFS_IPaddress]";ShareName="[/NFS/OSISO]";ShareType="0"; 
Username="[NFS_Username]";Password="[NFS_Password]" ;ResetType="[RESET_TYPE]"; 










