wmicGet

Get computer and operating system information on Windows with WMIC

Sie verfolgen jetzt diese Einreichung

wmicGet returns computer and operating system informations on Windows platforms.
wmicGet is a wrapper function that call the Windows Management Instrumentation Command-line (WMIC).

wmicGet can also uses the "where" clause of WQL syntaxe to perform more advanced queries.

Examples:

infos = wmicGet('cpu');

infos = wmicGet('win32_logicaldisk', {'DeviceID' 'FreeSpace' 'Size'}, ...
'Where',{'' 'DeviceID' 'C:' true ;
'or' 'DeviceID' 'D:' true})

See wmicGet.m header for more examples and links to the Microsoft documentation.

Zitieren als

Jerome Briot (2026). wmicGet (https://de.mathworks.com/matlabcentral/fileexchange/47858-wmicget), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert: wmicGetHardwareInfos

Kategorien

Mehr zu Programming finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0