Hi @Christian_Schmitz - I’m certain that you’ve answered this before, but I can’t find it. Is there a function to retrieve the WMI device info on Windows with MBS plugins? I need to get manufacturer info from Disk/SSD/NVME devices.
Not sure if this is what you are looking for? Here is how to do it with the shell, and lots of examples
Thanks, I have done that, but with wmic being deprecated, I’m looking for something that will be available and not dependent on PowerShell.
1 Like
Well, you found the WMI sample project included with the plugins?
You tried a few of the sample queries there?
1 Like
That’s what I couldn’t remember. For posterity:
https://www.monkeybreadsoftware.net/class-windowswmimbs.shtml
Yes, that class.
The WMI Query example and a query against Win32_DiskDrive to start.
1 Like