White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
51 
9  Hardware Inventory 
The Dell Common Information Model (CIM) class extensions for supporting remote hardware inventories 
are defined in the various Dell profiles and related MOFs
3
. The Hardware Inventory allows users to 
remote query the inventory of hardware.  
Each of the hardware inventory classes return the attribute LastSystemInventoryTime, which is when 
the last time ‘collect system inventory on restart’ or CSIOR was run. See Section 12.1 for more details 
on CSIOR. It is an important attribute as it shows how recently the inventory was updated. 
9.1  Power Supply Inventory 
This section describes the implementation for the DCIM_PowerSupplyView class. The Dell Power Supply 
Profile describes platform’s power supply information. Each platform power supply is represented by 
an instance of DCIM_PowerSupplyView class.  
Profile and Associated MOFs: 
http://www.delltechcenter.com/page/DCIM.Library.Profile 
Enumerate DCIM_PowerSupplyView with the following parameters and syntax: 
EXAMPLE: 
winrm e cimv2/root/dcim/DCIM_PowerSupplyView  
-u:[USER] -p:[PASSWORD] 
-r:https://[IPADDRESS]/wsman:443 -auth:basic 
-encoding:utf-8 -SkipCACheck –SkipCNCheck 
OUTPUT: 
DCIM_PowerSupplyView 
 DetailedState = Presence Detected 
 FQDD = PSU.Slot.1 
 FirmwareVersion = 00.01.31 
 InputVoltage = 120 
 InstanceID = PSU.Slot.1 
 LastSystemInventoryTime = 20100331101859 
 LastUpdateTime = 20100401130928 
 Manufacturer = Dell 
 Model = PWR SPLY,502W,RDNT 
 PartNumber = 0MU791A00 
 PrimaryStatus = 1 
 RedundancyStatus = 2 
 SerialNumber = CN7324597O0411 
 TotalOutputPower = 502 
 Type = 0 
DCIM_PowerSupplyView 
 DetailedState = Presence Detected 
 FQDD = PSU.Slot.2 
 FirmwareVersion = 00.01.31 










