wmi select

The <wmi select> object represents a value returned as a result of a WMI select query. You can find more information at the MSDN Library (http://msdn.microsoft.com/library/) under WMI Classes. WMI inspectors can provide you with useful information about your Client computers. For instance, to get the asset tag from a dell, use: string value of select "SerialNumber from Win32_systemenclosure" of wmi.

Version Platforms
8.0.584.0 Windows

Creation

property <string> of <wmi object> : wmi select
property of <wmi object> : wmi select
select <string> of <wmi> : wmi select

Properties

boolean value <integer> of <wmi select> : boolean
boolean value of <wmi select> : boolean
integer value <integer> of <wmi select> : integer
integer value of <wmi select> : integer
name of <wmi select> : string
string value <integer> of <wmi select> : string
string value of <wmi select> : string
time value <integer> of <wmi select> : time
time value of <wmi select> : time
type of <wmi select> : integer

Casts

<wmi select> as string : string