White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
212 
 IsReadOnly = false 
 MaxLength = 16 
 MinLength = 1 
19.9  Changing the iDRAC IPChange Notification 
19.9.1  Getting the Current iDRAC IPChange State 
Get the IPChangeNotifyPS attribute from the DCIM_LCAttribute class to display. The CurrentValue field 
indicates the current status of this attribute. 
EXAMPLE: 
winrm get http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCAttribute  
?InstanceID=DCIM_LCEnumeration:DHS3  
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic 
OUTPUT: 
DCIM_LCEnumeration 
 AttributeName = IPChangeNotifyPS 
 Caption = null 
 CurrentValue = Off 
 DefaultValue = Off 
 Description = null 
 ElementName = LC.emb.1 
 InstanceID = DCIM_LCEnumeration:DHS3 
 IsOrderedList = null 
 IsReadOnly = true 
 PendingValue = null 
 PossibleValues = On, Off 
 PossibleValuesDescription = null 
19.9.2  Setting the iDRAC IPChange Notification-SetAttribute() 
The SetAttribute() method is used to set the attribute IPChangeNotifyPS to “ON” or “OFF”. When set 
to “ON”, a user notification is sent when the IP address is changed. While set to “OFF”, a user 
notification is not sent. 
Invoke SetAttribute() with the following syntax: 
EXAMPLE: 
winrm i SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService 










