White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
30 
-r:https://[IPADDRESS] 
-u:[USER] -p:[PASSWORD]  
-a:basic -encoding:utf-8 –SkipCACheck –SkipCNCheck 
When this method is executed, the particular object will be returned. Below is the output. 
OUTPUT-B: 
DCIM_Account 
 CreationClassName = DCIM_Account 
 ElementName = DCIM Account 
 EnabledDefault = 2 
 EnabledState = 3 
 Name = iDRAC.Embedded.1#Users.16 
 OrganizationName = DCIM 
 RequestedState = 0 
 SystemCreationClassName = DCIM_SPComputerSystem 
 SystemName = systemmc 
 TransitioningToState = 12 
 UserID = null 
 UserPassword = null 
C)  If B) is successful, set the new values for the specified instance. 
EXAMPLE-C: 
winrm set "http://schemas.dell.com/wbem/wscim/1/cim-schema/2/ 
DCIM_Account?__cimnamespace=root/dcim  
+CreationClassName= DCIM_Account 
+Name= iDRAC.Embedded.1#Users.16 
+SystemCreationClassName=DCIM_SPComputerSystem 
+SystemName=systemmc" 
-r:https://[IPADDRESS] 
-u:[USER] -p:[PASSWORD]  
-a:basic -encoding:utf-8  
@{UserID="testuser4";UserPassword="testuser4"} -SkipCACheck -SkipCNCheck –skiprevocationcheck 
When this command is executed, the UserID will be displayed in the output. The UserPassword will be 
displayed as null when the account is disabled. After the account is enabled, it will be displayed as 
blank. The value of UserPassword will never be displayed. 
OUTPUT-C: 
DCIM_Account 
 CreationClassName = DCIM_Account 
 ElementName = DCIM Account 
 EnabledDefault = 2 
 EnabledState = 3 
 Name = iDRAC.Embedded.1#Users.16 
 OrganizationName = DCIM 










