====== GetWMIValue ====== GetWMIValue **Parametrs** |< 100% 15% >| |variable|Name of the variable that will receive the value.| |parameter name|Name that identify the parameter in a class. You can find their names in MSDN.| |query|Query for parameter retreival.| **Example** Retreive processor name: GetWMIValue VAR Name "SELECT * FROM Win32_Processor"