Changes between Version 8 and Version 9 of windows/configuration


Ignore:
Timestamp:
Jan 26, 2012, 2:32:58 PM (12 years ago)
Author:
joergs
Comment:

wmic opsi

Legend:

Unmodified
Added
Removed
Modified
  • windows/configuration

    v8 v9  
    1414wmic csproduct get name /format:value
    1515}}}
     16
     17From OPSI:
     18{{{
     19[Actions]
     20DefStringList $ResultList$
     21DefVar $HardwareSystemType$
     22set $ResultList$ = getOutStreamFromSection('DosInAnIcon_get_hardware_system_type')
     23set $HardwareSystemType$ = trim( getValue( "Name", $ResultList$ ) )
     24
     25[DosInAnIcon_get_hardware_system_type]
     26wmic csproduct get name /format:value
     27}}}
     28
    1629
    1730{{{