White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
81 
[CIFS_or_NFS_Username]: This is the username to the IP address of the ISO image.  
[CIFS_or_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. 
EXAMPLE: 
winrm i ConnectNetworkISOImage 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 
@{IPAddress="[CIFS_or_NFS_IPaddress]";ShareName="/[CIFS_or_NFS]";ShareType="[2_or_0]";Username="
[CIFS_or_NFS_Username]"; 
Password="[CIFS_or_NFS_Password]";Workgroup="WORKGROUP"; 
ImageName="[OS.ISO]"} 
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. 
ConnectNetworkISOImage_OUTPUT 
 Job 
 Address = http://schemas.xmlsoap.org/ws/2004 
 /08/addressing/role/anonymous 
 ReferenceParameters 
 ResourceURI = http://schemas.dell.com/wbem 
 /wscim/1/cim-schema/2/DCIM_OSDConcreteJob 
 SelectorSet 
  Selector: InstanceID = DCIM_OSDConcreteJob:1, 
  __cimnamespace = root/dcim 
 ReturnValue = 4096 
11.3.15 Disconnect Network ISO Image 
This method can be used to disconnect the target system from a bootable ISO image located on a CIFS 
or NFS share.  
Invoke DisconnectNetworkISOImage() with the following syntax: 










