5673 Sensor InformationYou can retrieve sensor information of all sensors or of the specified sensor.3.1 Enumeration of All SensorsEnter the following command, if you enumerate numeric sensors (e.g.: temperature, voltage)with WinRM.winrm enumeratehttp://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_NumericSensor-username:USERNAME -password:PASSWORD -r:PROTOCOL://IP_ADDRESS/wsman-auth:basic -encoding:utf-8 -skipCAcheck -skipCNcheck -skipRevocationcheckEnter the following command, if you enumerate non-numeric sensors (e.g.: Processor, Memory,PSU, FAN) with WinRM.winrm enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Sensor-username:USERNAME -password:PASSWORD -r:PROTOCOL://IP_ADDRESS/wsman-auth:basic -encoding:utf-8 -skipCAcheck -skipCNcheck -skipRevocationcheckIMPORTANT:Followings are about parameters used in operation image. To run power management service for the Server1, pleasespecify the IP Address of Server Web Console(Server1) to the“IP_ADDRESS”, and specify user account and password forlogin to server web console to the “USERNAME/PASSWORD”.As for user account and password, see “2.6 User Management”in the web console section. For Server2, please follow to similar manner. Please specify the “http” or “https” to “PROTOCOL”.