wmicGet
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.
Citation pour cette source
Jerome Briot (2024). wmicGet (https://www.mathworks.com/matlabcentral/fileexchange/47858-wmicget), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxTags
Remerciements
A inspiré : wmicGetHardwareInfos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 |