Automatic reply: [SA-list] WMI external COM check example
I am out of the office and will return Monday, June 29. 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.
Automatic reply: [SA-list] WMI external COM check example
Hello, I am out of office between 22.6-28.6.2015 . According Tieto SWIFT Service Bureau (Tieto SSB) cases - contact Martin Kolovrat. Thank you for understanding. Best regards Artur Kudelka, Tieto SWIFT Service Bureau Support 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.
Re: [SA-list] WMI external COM check example
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 > 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. -- 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 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.
[SA-list] WMI external COM check example
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.