White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
82 
EXAMPLE: 
winrm i DisconnectNetworkISOImage http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/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 -SkipCACheck 
-encoding:utf-8 -a:basic 
OUTPUT: 
The return will be 0 for success or 1 if an error occurred in starting the processing the input 
parameters. The MessageID and Message output parameters will further contain method invocation 
information if an error occurred. 
DisconnectNetworkISOImage_OUTPUT 
 ReturnValue = 0 
11.3.16 Skip ISO Image Boot 
This method can be used to skip the target system from booting to a bootable ISO image (connected 
using ConnectNetworkISOImage method) one time only for next immediate host reboot. After that 
host server will continue to boot to the ISO image. 
Invoke SkipISOImageBoot() via NFS share with the following syntax: 
EXAMPLE: 
winrm i SkipISOImageBoot http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/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 -SkipCACheck 
-encoding:utf-8 -a:basic 
OUTPUT: 
Shown below are return messages of failure and success, 2 and 0, respectively.  The MessageID and 
Message output parameters will further contain method invocation information if an error occurred. 
Failure: 
SkipISOImageBoot_OUTPUT 
 Message = ISO image is not attached 
 MessageID = OSD32 
 ReturnValue = 2 










