Hi Dirk and SA users, 

 

Is there a manual for the WMI External COM check ? 

Or does anyone have some examples ? 

 

I want to read the system board temperature of a server. 

 

In Powershell it looks like this : 

PS C:\> get-wmiobject cim_temperaturesensor -namespace root\cimv2\dell | select 
Name, CurrentReading, CreationClassName 

Because the server has three temperature sensors (board, CPU1 and CPU2), I have 
to filter on “name=System Board Inlet Temp” 

get-wmiobject cim_temperaturesensor -namespace root\cimv2\dell | where  
{$_.name -eq "System Board Inlet Temp"} | select Name, CurrentReading, 
CreationClassName 

 

 

In Servers Alive I have this : 

Server = servername 

Namespace = cimv2\dell 

… 

Class = cim_temperaturesensor 

Properties = CurrentReading 

Filter =  ???     I left this one blank, so I  get the temperature of the last 
one (being CPU2) 

(all other options left default) 

 

What shoul I type in the “Filter” field ? 

 

Kind regards, 

Pieter 

 

 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 

Reply via email to