Web Services Interface Guide
293 Dell Lifecycle Controller Web Services Interface Guide for Windows
EXAMPLE:
winrm i SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService+SystemCreationClassName=DCIM_ComputerSystem
+CreationClassName=DCIM_LCService +SystemName=DCIM:ComputerSystem
+Name=DCIM:LCService
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
-file:setattribute.xml
The input file setattribute.xml is shown below:
<p:SetAttribute_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService">
<p:AttributeName>IPChangeNotifyPS</p:AttributeName>
<p:AttributeValue>on</p:AttributeValue>
</p:SetAttribute_INPUT>
OUTPUT:
SetAttribute_OUTPUT
ReturnValue = 0
To verify the changes after setattribute was executed, list the LC attributes as shown in Section 19.8.1.