Hi,
I'm trying to enumerate CIM_PhysicalMemory using winrm and getting details as below
===========
CIM_PhysicalMemory
BankLabel = BANK 0
Capacity = 2147483648
CreationClassName = CIM_PhysicalMemory
ElementName = Managed System Memory Chip
FormFactor = 13
Manufacturer = 830B
MemoryType = 24
PartNumber =xxxx
SerialNumber =xxx
Speed = 0
Tag = 9876543210
CIM_PhysicalMemory
BankLabel = BANK 2
Capacity = 4294967296
CreationClassName = CIM_PhysicalMemory
ElementName = Managed System Memory Chip
FormFactor = 13
Manufacturer = Kingston
MemoryType = 24
PartNumber =xxxx
SerialNumber =xxx
Speed = 0
Tag = 9876543210 (#2)
===================
Speed is always coming as 0 only, but if i check through webui(http://ipaddress:16992) speed is showing as 1333 MHZ.All other values are matching except Speed, Why there is difference in speed value between Soap API and WS-Man
Thanks,
Mani



