The filter should be set to
Name = 'System Board Inlet Temp'
for your example.
dirk.
On 2015-06-16 11:40, Demeulemeester, Pieter wrote:
> Hi Dirk and SA users,
>
> Is ther
for your e 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 rootcimv2dell |
> 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 rootcimv2dell | where
> {$_.name -eq "System Board Inlet Temp"} | select Name, CurrentReading,
> CreationClassName
>
> In Servers Alive I have this :
>
> Server = servername
>
> Namespace = cimv2dell
>
> â¦
>
> 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
> [email protected]
> 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.
--
Dirk Bulinckx
Servers Alive - http://www.woodstone.nu
DNS Hosting on StellarDNS - http://www.stellardns.com
To unsubscribe send a message with UNSUBSCRIBE in the subject line to
[email protected]
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.