Changes between Version 8 and Version 9 of windows/configuration
- Timestamp:
- Jan 26, 2012, 2:32:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/configuration
v8 v9 14 14 wmic csproduct get name /format:value 15 15 }}} 16 17 From OPSI: 18 {{{ 19 [Actions] 20 DefStringList $ResultList$ 21 DefVar $HardwareSystemType$ 22 set $ResultList$ = getOutStreamFromSection('DosInAnIcon_get_hardware_system_type') 23 set $HardwareSystemType$ = trim( getValue( "Name", $ResultList$ ) ) 24 25 [DosInAnIcon_get_hardware_system_type] 26 wmic csproduct get name /format:value 27 }}} 28 16 29 17 30 {{{