White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
48 
. 
EXAMPLE (Part B): 
winrm g http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_CSEnabledLogicalElementCapabilities ?__cimnamespace=root/dcim 
+InstanceID=DCIM:ComputerCap:1 
-u:[USER] -p:[PASSWORD] 
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic 
OUTPUT (Part B): 
RequestedStatesSupported:  
2: Enabled  
3: Disabled  
11: Reset 
DCIM_CSEnabledLogicalElementCapabilities 
 Caption = null 
 Description = null 
 ElementName = Computer System Capabilities 
 ElementNameEditSupported = false 
  ElementNameMask = null 
 InstanceID = DCIM:ComputerCap:1 
 MaxElementNameLen = null 
 RequestedStatesSupported = 2, 3, 11 
 StateAwareness = null 
8.3.2  Power State Management Method 
The power control capabilities are also reported by the PowerStatesSupported property of the 
CIM_PowerManagementCapabilities (PMC) class associated with the CIM_PowerManagementService 
(PMS) class. Getting the instance of PMC is a two step process. First, enumerate the instance of PMS 
with EPR. Second, enumerate the associated PMC class. When there is only one instance of PMC class as 
in the case of iDRAC, the first step may be skipped and the PMC class may be enumerated directly. 
Power State Management Profile: 
http://www.dmtf.org/sites/default/files/standards/documents/DSP1027_2.0.0.pdf  
EXAMPLE (iDRAC case): 
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/CIM_PowerManagementCapabilities?__cimnamespace=root/dcim 
-u:[USER] -p:[PASSWORD] 










